Healthcare management dashboard
{{ $card['label'] }}
{{ $card['value'] }}
@endforeach{{ $patientQueue->count() }} waiting · {{ $inConsultation->count() }} in consultation
@if ($appointment->queue_position) {{ $appointment->queue_position }} @endif {{ $appointment->patient?->fullName() ?? 'Patient' }}
{{ $appointment->patient?->patient_number }} · {{ $appointment->reason ?? 'No reason noted' }}
No patients waiting right now.
@endforelse{{ $appointment->patient?->fullName() ?? 'Patient' }}
{{ $appointment->practitioner?->name ?? 'Unassigned' }}
No active consultations.
@endforelse{{ $item['definition']['nav_label'] ?? $item['definition']['label'] }}
{{ $item['definition']['description'] ?? '' }}
@if ($toSettings)Settings & pricing →
@endif{{ $card['label'] }}
{{ $card['value'] }}
@endforeach{{ $branch->name }}
{{ $branch->departments_count }} department(s) · {{ $branch->address ?? 'No address' }}
No branches configured yet.
@endforelseCollections at your branch
Collected
{{ $money($paymentStats['collected_minor']) }}
Payments
{{ number_format($paymentStats['payment_count']) }}
Cash
{{ $money($paymentStats['cash_minor']) }}
Other methods
{{ $money($paymentStats['other_minor']) }}
Latest settled invoices
| Invoice | Patient | Total | Paid at | |
|---|---|---|---|---|
| {{ $bill->invoice_number }} | {{ $bill->patient?->fullName() ?? 'Patient' }} | {{ $money((int) $bill->total_minor) }} | {{ $paidAt }} | View |
| No paid bills yet. | ||||