@extends('frontend.layouts.master') @section('title', $user->name) @section('content')

{{ $user->name }}

{{ $user->name }}
  • Username: {{ $user->name }}
  • Location: {{ $user->location }}
  • Joined: {{ $user->created_at->diffForHumans() }}
@endsection