{{ $pendingPasswordChange }} {{ Str::plural('nurse', $pendingPasswordChange) }} {{ $pendingPasswordChange === 1 ? 'has' : 'have' }} not changed their default password yet. They will be required to change their password on first login.
Nurse123
| Nurse Details | Contact | Status | Password Status | Registration | Actions |
|---|---|---|---|---|---|
|
@if($nurse->profile_picture)
{{ $nurse->name }}
{{ $nurse->staff_id }}
|
{{ $nurse->email }}
{{ $nurse->phone ?? 'No phone' }}
|
{{ ucfirst($nurse->status ?? 'active') }} |
@if($nurse->must_change_password)
Pending Change
First login required
@else
Changed
@if($nurse->password_changed_at)
{{ $nurse->password_changed_at->diffForHumans() }}
@else
Default password
@endif
@endif
|
{{ $nurse->created_at->format('M d, Y') }}
{{ $nurse->created_at->diffForHumans() }}
|
@if($search || $filterStatus) No nurses match your current search criteria. @else No nurses have been registered yet for {{ $clinic->name }}. @endif