@push('styles') @endpush

Color Code History

Complete antenatal color code change history

@if($canEdit) Manage Color Codes @endif

Patient Information

Full Name {{ $mother->expectantMother->mother_full_name ?? $mother->name }}
IC Number {{ $mother->expectantMother->ic_number ?? 'Not provided' }}
Current Color Code
@forelse($history as $entry) @empty @endforelse
Color Code Risk Level Date of Change Notes / Reason PIC (Nurse)
{{ $entry->risk_level }} {{ $entry->formatted_change_date }} {{ $entry->notes }} {{ $entry->pic_name }}

No color code changes recorded yet

No color code changes have been made for this mother.

@if($canEdit) @endif
@if($history->hasPages())
{{ $history->links() }}
@endif