@extends('layouts.admin') @section('page_kicker', 'Overview') @section('page_title', 'Hospital admin dashboard') @section('content')
Patients
{{ $stats['patients'] }}
Doctors
{{ $stats['doctors'] }}
Appointments today
{{ $stats['appointments_today'] }}
Upcoming
{{ $stats['appointments_upcoming'] }}
Staff
{{ $stats['staff'] }}
Revenue
${{ number_format((float) $stats['revenue'], 2) }}
Aggregate events across the hospital.
@php($max = max(1, (int) $dailyActivity->max('total')))Latest notable events.
No recent activities.
@endforelse