{{ Auth::user()->id == $user->id ? __('Your Profile') : __(':username\'s Profile', ['username' => $user->username]) }}

@if ($user->isOnline('website'))

[ Online: Website ]

@else

[ Offline ]

@endif {{ $user->username }}

{{ $user->blurb }}

@if (Auth::user()->id != $user->id)
@endif

{{ __('Badges') }}

Loading...

{{ __('Groups') }}

Loading...

{{ __('Statistics') }}

{{ __('Joined:') }}

{{ date('F j Y', strtotime($user->created_at)); }}

{{ __('Sets') }}

Loading...

{{ __('Places') }}

Loading...

{{ __('Friends') }}

@if (Auth::user()->id == $user->id) {{ __('Edit') }} @elseif ($num_friends > 0) {{ __('See all :num_friends', compact('num_friends')) }} @endif
Loading...

{{ __('Favorites') }}

Loading...

{{ __('[insert ad]') }}