@extends('layouts.admin') @section('page_kicker', 'Operations') @section('page_title', 'Hospital admin dashboard') @section('content')
Hospital doctors
{{ $stats['doctors'] }}
Pharmacists
{{ $stats['pharmacists'] }}
Patients
{{ $stats['patients'] }}
Appointments
{{ $stats['appointments'] }}
Reports
{{ $stats['reports'] }}
Onboard a clinician to this facility.
Pharmacist, nurse, or receptionist accounts.
Create a portal login for walk-in or referral.
Stock a SKU for pharmacy dispensing.
Link patient and doctor with a visit type.
Active roster snapshot.
Latest registrations.
Latest orders by ID.
Upcoming and in-progress visits.
| Patient | Doctor | Scheduled at | Type | Status |
|---|---|---|---|---|
| {{ $appointment->patient_id }} | {{ $appointment->doctor_id ?? '—' }} | {{ $appointment->scheduled_at }} | {{ $appointment->visit_type }} | {{ $appointment->status }} |