@extends('frontend.layouts.master') @section('title', $user->name) @section('content') {{ $user->name }} Home Users {{ $user->name }} Username: {{ $user->name }} Location: {{ $user->location }} Joined: {{ $user->created_at->diffForHumans() }} @endsection