@php // Helper function to get test data value $getData = function($key, $default = '') use ($testResult) { if (!$testResult || !$testResult->test_data) return $default; return data_get($testResult->test_data, $key, $default); }; // Helper function to format date $formatDate = function($date) { if (!$date) return null; try { return \Carbon\Carbon::parse($date)->format('d/m/Y'); } catch (\Exception $e) { return $date; } }; @endphp
Lawatan Antenatal
Maklumat tempahan awal
Maklumat lawatan
Laboratory tests
Normal: 11-14 g/dL
Physical examination
Uterus examination
Fetal assessment
Cephalic, Breech, Transverse
Normal: 110-160 bpm
Active, Reduced, Normal
Catatan tambahan
No antenatal visit data recorded yet