Location @if($user->country && $user->city) {{ $user->city }}, {{ $user->country }} @else Location not set @endif
Joined Joined @if($user->created_at) {{ Carbon\Carbon::createFromFormat('d/m/Y', $user->created_at)->format('jS M Y') }} @endif