@extends('layouts.app') @section('title', $title) @section('styles')@endsection @section('content')
{{ $month->format('F Y') }} · Auto-generated from consultation diagnoses · {{ $ageGroup }} patients
No data found for {{ $month->format('F Y') }}.
Ensure consultations have diagnoses recorded. Diagnosis is a mandatory field for MoH reporting.
| # | Diagnosis | New | Revisit | Total |
|---|---|---|---|---|
| {{ $i + 1 }} | {{ $row['diagnosis'] }} | {{ $row['new'] }} | {{ $row['revisit'] }} | {{ $row['total'] }} |
| TOTAL | {{ $totalNew }} | {{ $totalRevisit }} | {{ $totalAll }} |