Assign mother to a zone and nurse
{{ $mother->series_number }}
{{ $mother->mother_full_name }}
{{ $mother->user->email ?? 'N/A' }}
{{ $mother->phone_number ?? 'N/A' }}
{{ $mother->currentAssignment->zone->zone_code }} - {{ $mother->currentAssignment->zone->zone_name }}
{{ $mother->currentAssignment->nurse->name ?? 'N/A' }}