View and manage your profile information
{{ $user->staff_id ?? 'N/A' }}
{{ $user->email }}
All Clinics
Full system-wide access to all clinics
{{ $user->phone ?? 'Not provided' }}
Head Nurse
{{ $user->is_active ? 'Active' : 'Inactive' }}
Joined Date: {{ $user->created_at->format('F j, Y') }}