Manage geographical zones and nurse assignments across all clinics
{{ $zone->zone_name }}
{{ Str::limit($zone->boundary_notes, 80) }}
@endif @if($zone->postcodes && count($zone->postcodes) > 0)Postcodes:
No zones created yet for this clinic
Click "Create New Zone" to get started
@elsePlease select a clinic
Choose a clinic from the dropdown above to manage its zones
@endif{{ $selectedZone->boundary_notes }}
{{ $nurse->name }}
{{ $nurse->staff_id }} | {{ $nurse->email }}
Since: {{ \Carbon\Carbon::parse($nurse->pivot->start_date)->format('M d, Y') }}
No nurses assigned to this zone yet.
@endif{{ $assignment->mother->mother_full_name ?? $assignment->mother->user->name }}
IC: {{ $assignment->mother->ic_number ?? 'N/A' }}
Assigned Nurse: {{ $assignment->nurse->name ?? 'Unassigned' }}
No mothers assigned to this zone yet.
@endif