@extends('layouts.app') @section('title', 'MOH 711 | ANC Summary') @section('styles')@endsection @section('content')

MOH 711 | ANC Summary

{{ $month->format('F Y') }} ยท Auto-generated from ANC visits & registrations

@include('reports._moh-month') @if($data['total_visits'] === 0)

No ANC data found for {{ $month->format('F Y') }}.

Ensure ANC visits are recorded with visit number, IPT, TT, and HIV testing fields.

@endif
IndicatorCount
ANC Attendance
New ANC Registrations{{ $data['anc_new'] }}
ANC 1st Visit{{ $data['anc1'] }}
ANC 4+ Visits{{ $data['anc4_plus'] }}
Total ANC Visits{{ $data['total_visits'] }}
Preventive Services
IPT 1st Dose{{ $data['ipt1'] }}
IPT 2nd Dose{{ $data['ipt2'] }}
TT 1st Dose{{ $data['tt1'] }}
HIV Testing
HIV Tested{{ $data['hiv_tested'] }}
HIV Positive{{ $data['hiv_positive'] }}
@endsection