ID: #{{ $user->id }}
{{ $user->created_at->format('M d, Y') }} at {{ $user->created_at->format('h:i A') }}
{{ $user->updated_at->format('M d, Y') }} at {{ $user->updated_at->format('h:i A') }}
@if($user->email_verified_at) Verified on {{ $user->email_verified_at->format('M d, Y') }} @else Not verified @endif
{{ $user->status ?? ($user->is_active ? 'Active' : 'Inactive') }}