@extends('layouts.admin') @section('page_kicker', 'Platform') @section('page_title', 'Super admin overview') @section('content')
Hospitals
{{ $stats['hospitals'] }}
Users
{{ $stats['users'] }}
Independent doctors
{{ $stats['independent_doctors'] }}
Hospital doctors
{{ $stats['hospital_doctors'] }}
Patients
{{ $stats['patients'] }}
Appointments
{{ $stats['appointments'] }}
Revenue
${{ number_format((float) $stats['revenue'], 2) }}
New or active user signals by day.
@php($maxUsers = max(1, (int) $dailyUsers->max('total')))Platform-wide payment totals.
@php($maxRevenue = max(1, (float) $monthlyRevenue->max('total')))Cross-module audit trail.
{{ $log->event_type }} in {{ $log->module }}
{{ $log->user->name ?? 'system' }} ยท {{ $log->created_at }}
No logs available yet.
@endforelse