Name: {{ $clinic->name }}
Address: {{ $clinic->address ?? 'Not provided' }}
Phone: {{ $clinic->phone ?? 'Not provided' }}
Email: {{ $clinic->email ?? 'Not provided' }}
| Series No. | Name | Phone | Zone | Risk Level | |
|---|---|---|---|---|---|
| {{ $mother->series_number ?? 'N/A' }} | {{ $mother->mother_full_name }} | {{ $mother->phone_number ?? ($mother->user->phone ?? 'N/A') }} | {{ $mother->user->email ?? 'N/A' }} | @if($mother->currentAssignment) Zone {{ $mother->currentAssignment->zone->zone_code }} @else Unassigned @endif | @if($mother->risk_level) {{ ucfirst($mother->risk_level) }} @else Not Set @endif |
| No mothers found | |||||