Investigations & Management
@foreach($groupedLabTests as $category => $tests)
{{ $category }}
@foreach($tests as $test) @endforeach
@endforeach
@php $imagingOptions = [ 'Chest X-Ray', 'Abdominal Ultrasound', 'Pelvic Ultrasound', 'Obstetric Ultrasound', 'CT Scan', 'MRI', 'ECG', 'Echocardiography' ]; @endphp
@foreach($imagingOptions as $item) @endforeach
@php $managementOptions = [ 'Wound Dressing', 'Nebulization', 'IV Fluids', 'Physiotherapy', 'Catheterization', 'Counselling', 'Minor Procedure', 'Admission Preparation' ]; @endphp
@foreach($managementOptions as $item) @endforeach