{{ $user->name }}

Edit @if ($user->id !== auth()->user()->id)
@csrf @method('DELETE')
@endif

Email

{{ $user->email }}

Phone

{{ $user->country_code . ' ' . $user->phone }}

Role

@if ($user->is_admin) Admin @else Client @endif

Joined

{{ $user->created_at->format('M d, Y h:i A') }}

Last Updated

{{ $user->updated_at->format('M d, Y h:i A') }}