| Patient Name: | {{ $record->mother->expectantMother->mother_full_name ?? $record->mother->name }} | IC Number: | {{ $record->mother->expectantMother->ic_number ?? 'N/A' }} |
| Visit Date: | {{ $record->visit_date->format('d/m/Y') }} | Color Code: | {{ strtoupper($record->mother->expectantMother->current_color_code ?? $record->mother->expectantMother->color_code ?? 'WHITE') }} |
| Criteria | Selected |
|---|---|
| {{ $item['label'] }} | @if($getData('criteria.' . $item['key']) == '1') ✓ @else - @endif |
| Parameter | Value |
|---|---|
| Date | {{ $formatDate($getData('date')) }} |
| POG (Period of Gestation) | {{ $getData('pog') ?: '-' }} |
| FBS (Fasting Blood Sugar) mmol/L | {{ $getData('fbs') ?: '-' }} |
| 2HPP (2 Hour Post Prandial) mmol/L | {{ $getData('2hpp') ?: '-' }} |
| Nurse Name: | {{ $testResult->performedByNurse->name ?? 'N/A' }} |
| Date Recorded: | {{ $testResult->performed_at ? \Carbon\Carbon::parse($testResult->performed_at)->format('d/m/Y H:i') : 'N/A' }} |