Manage your profile information and duty timetable
Nurse Profile
Account Info
{{ $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' }}
Registered Nurse
{{ $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() }}
You can update your email and phone number directly
Week of {{ $weekStartDate ? $weekStartDate->format('M j, Y') : now()->startOfWeek()->format('M j, Y') }}
| Day | Date | Zone | Status |
|---|---|---|---|
| {{ \Carbon\Carbon::parse($duty->duty_date)->format('D') }} | {{ \Carbon\Carbon::parse($duty->duty_date)->format('M j') }} |
{{ $duty->zone->zone_code ?? 'N/A' }}
{{ $duty->zone->zone_name ?? 'N/A' }}
|
@if(\Carbon\Carbon::parse($duty->duty_date)->isToday()) Today @else Soon @endif |
You don't have any upcoming duties. Check duty history for past duties.