@extends('layouts.app') @section('title', 'MOH 333 | Delivery Summary') @section('styles')@endsection @section('content')
{{ $month->format('F Y') }} ยท Auto-generated from delivery records
No delivery data found for {{ $month->format('F Y') }}.
Ensure deliveries are recorded with mode, outcome, and complications fields.
Total Deliveries
{{ $data['total'] }}
Live Births
{{ $data['live_births'] }}
Still Births
{{ $data['still_births'] }}
Maternal Deaths
{{ $data['maternal_deaths'] }}
| Indicator | Count |
|---|---|
| Mode of Delivery | |
| Normal / Spontaneous Vaginal | {{ $data['normal'] }} |
| Caesarean Section | {{ $data['cs'] }} |
| Assisted (Vacuum / Forceps / Breech) | {{ $data['assisted'] }} |
| Outcomes | |
| Live Births | {{ $data['live_births'] }} |
| Still Births | {{ $data['still_births'] }} |
| Complications | |
| Deliveries with Complications | {{ $data['complications'] }} |
| Maternal Deaths | {{ $data['maternal_deaths'] }} |