@extends('Admin.layout') @section('content')
A snapshot of the ledger, updated today
Patients
{{ $totalPatientCount ?? 0 }}
Follow Up
{{ $totalFollowUpCount ?? 0}}
Medicines
{{ $totalMedicineCount ?? 0 }}
Reviews
{{$totalReviewCount ?? 0}}
Patients due for a check-in soon
{{ $patientName }}
{{ $followup->remark ?? 'Follow up' }}
Newly registered or checked in
{{ $patient->patient_name }}
New registration @if($patient->type ?? false) · {{ $patient->type }} @endif
Items nearing reorder level
{{ $product->product_name }}
{{ $available }} units left · reorder at {{ $minimum }}
Latest patient feedback
{{ $review->name }}
"{{ $review->message }}"