@push('styles') @endpush

Antenatal Color Code Management

Manage and track antenatal color codes for expectant mothers

Color Code System

Risk Assessment Tool

Search & Filter

@forelse($mothers as $mother) @empty @endforelse
Name IC Number Current Color Code Risk Level Actions
{{ $mother->expectantMother->mother_full_name ?? $mother->name }}
{{ $mother->expectantMother->ic_number ?? 'Not provided' }} {{ $mother->expectantMother->risk_level }}
History

No mothers found

No expectant mothers match your search criteria.

@if($mothers->hasPages())
{{ $mothers->links() }}
@endif
@if($showUpdateModal && $selectedMother) @endif @if($showConfirmModal && $selectedMother) @endif