{{ $user->email }}
Role
{{ $user->role->value ?? $user->role }}
Phone
{{ $user->phone }}
Joined
{{ $user->created_at->format('F d, Y') }}
Email Verified
{{ $user->email_verified_at ? $user->email_verified_at->format('F d, Y') : 'Not verified' }}