Total Patients

{{ number_format($stats['total']) }}

Life-time registry

New Registrations

{{ number_format($stats['today']) }}

Registered Today

Gender Dist.

M: {{ $stats['male'] }}

F: {{ $stats['female'] }}

Current breakdown

Quick Booking

Generate
OP Token

Search to begin

@forelse($patients as $patient)
{{ $patient->uhid }} {{ $patient->gender }} · {{ $patient->age }}Y
{{ $patient->full_name }}
{{ $patient->phone }}
@if($patient->latestConsultation)
Last: {{ $patient->latestConsultation->consultation_date->format('d M') }} · {{ $patient->latestConsultation->doctor?->full_name }}
@endif
@if($patient->latestConsultation) @can('view opd') @endcan Print Slip @endif
@empty

No patients found

@endforelse
@if($patients->hasPages())
{{ $patients->links() }}
@endif