View and manage your profile information
{{ $user->staff_id ?? 'N/A' }}
{{ $user->email }}
@if($user->clinic)
{{ $user->clinic->name }}
@if($user->clinic->address)
📍 {{ $user->clinic->address }}
@endif
@if($user->clinic->phone)
📞 {{ $user->clinic->phone }}
@endif
@else
Not assigned to any clinic
@endif
{{ $user->phone ?? 'Not provided' }}
Clinic Admin
{{ $user->is_active ? 'Active' : 'Inactive' }}
@if($user->must_change_password)
Must Change Password
@else
Password Updated
@endif
@if($user->password_changed_at)
Last changed: {{ \Carbon\Carbon::parse($user->password_changed_at)->format('M j, Y') }}
@endif
{{ $user->created_at->format('F j, Y') }}
{{ $user->created_at->diffForHumans() }}
Click the Edit button next to Email or Phone to update