Reports Dashboard

{{ now()->format('D, d M Y') }}

Reports & Analytics

PKU Dental performance overview

Export Report
Total Appointments

{{ $totalAppointments }}

This month

Patients Served

{{ $patientsServed }}

Unique patients

Allocation Used

RM{{ number_format($allocationUsed,0) }}

This month

Walk-Ins

{{ $walkInCount }}

Registered cases

Monthly Appointments ({{ date('Y') }})

@php $max = max($monthlyCounts ?: [1]); @endphp @foreach($monthlyCounts as $m => $count) @php $height = max(($count / max($max,1)) * 95, 12); @endphp
{{ $count }}
{{ date('M', strtotime($m . '-01')) }}
@endforeach

Treatment Breakdown — {{ date('F Y', strtotime($month . '-01')) }}

@forelse($treatmentStats as $name => $count) @php $maxTreatment = max($treatmentStats ?: [1]); $percent = ($count / max($maxTreatment,1)) * 100; $class = 'f' . (($loop->index % 6) + 1); @endphp
{{ $name }}
{{ $count }}
@empty

No treatment data found.

@endforelse

Patient Type Split

{{ $patientSplit['students'] }}%

Students

{{ $patientSplit['staff'] }}%

Staff

{{ $patientSplit['dependents'] }}%

Dependents

Quick Stats

Avg Wait Time {{ $quickStats['avg_wait'] }}
No-Show Rate {{ $quickStats['no_show_rate'] }}
Cancellation Rate {{ $quickStats['cancellation_rate'] }}
Satisfaction Score {{ $quickStats['satisfaction'] }}
Walk-In Fill Rate {{ $quickStats['walk_in_fill'] }}