| Series No. | Full Name | Phone | Clinic | Zone | Registered | |
|---|---|---|---|---|---|---|
| {{ $mother->series_number }} | {{ $mother->mother_full_name }} | {{ $mother->user->email ?? 'N/A' }} | {{ $mother->phone_number ?? 'N/A' }} | {{ $mother->clinic->name ?? 'N/A' }} | {{ $mother->currentAssignment?->zone->zone_code ?? 'Unassigned' }} | {{ $mother->created_at->format('d M Y') }} |
| Staff ID | Name | Phone | Clinic | Status | Registered | |
|---|---|---|---|---|---|---|
| {{ $nurse->staff_id ?? 'N/A' }} | {{ $nurse->name }} | {{ $nurse->email }} | {{ $nurse->phone ?? 'N/A' }} | {{ $nurse->clinic->name ?? 'N/A' }} | {{ $nurse->is_active ? 'Active' : 'Inactive' }} | {{ $nurse->created_at->format('d M Y') }} |
| Name | Phone | Clinic | Status | Registered | |
|---|---|---|---|---|---|
| {{ $admin->name }} | {{ $admin->email }} | {{ $admin->phone ?? 'N/A' }} | {{ $admin->clinic->name ?? 'N/A' }} | {{ $admin->is_active ? 'Active' : 'Inactive' }} | {{ $admin->created_at->format('d M Y') }} |
| Clinic | Total Nurses | Active Nurses | Total Admins | Active Admins |
|---|---|---|---|---|
| {{ $item['clinic']->name }} | {{ $item['nurses'] }} | {{ $item['active_nurses'] }} | {{ $item['clinic_admins'] }} | {{ $item['active_admins'] }} |
| Clinic | Total Mothers | Active Mothers | Assigned | Unassigned |
|---|---|---|---|---|
| {{ $item['clinic']->name }} | {{ $item['total_mothers'] }} | {{ $item['active_mothers'] }} | {{ $item['assigned_mothers'] }} | {{ $item['unassigned_mothers'] }} |
Coverage Areas: @if($zone->coverage_areas && is_array($zone->coverage_areas) && count($zone->coverage_areas) > 0) {{ implode(', ', $zone->coverage_areas) }} @else Not specified @endif
Boundary Notes: {{ $zone->boundary_notes ?? 'No notes' }}
No nurses assigned
@endif| No. | Mother Name | Series Number | Assigned Nurse | Assignment Type |
|---|---|---|---|---|
| {{ $index + 1 }} | {{ $assignment->expectantMother->mother_full_name ?? 'N/A' }} | {{ $assignment->expectantMother->series_number ?? 'N/A' }} | {{ $assignment->nurse->name ?? 'Unassigned' }} | {{ ucfirst($assignment->assignment_type ?? 'N/A') }} |
No mothers assigned
@endif| Month | Registrations |
|---|---|
| {{ $trend->month }} | {{ $trend->count }} |
| Month | Registrations |
|---|---|
| {{ $trend->month }} | {{ $trend->count }} |
| Clinic Name: | {{ $data['clinic']->name }} |
| Clinic Code: | {{ $data['clinic']->clinic_code ?? 'N/A' }} |
| Address: | {{ $data['clinic']->address ?? 'N/A' }} |
| Phone: | {{ $data['clinic']->phone ?? 'N/A' }} |
| Total Zones: | {{ $data['zones'] }} ({{ $data['active_zones'] }} Active) |
| Active Mothers: | {{ $data['active_mothers'] }} / {{ $data['mothers'] }} |
| Active Nurses: | {{ $data['active_nurses'] }} / {{ $data['nurses'] }} |
Report data not available for printing.
@endif