@extends('layouts.admin') @section('page_kicker', 'Operations') @section('page_title', 'Aim4Wellness admin') @section('content')
Patients
{{ $stats['patients'] }}
Independent doctors
{{ $stats['doctors'] }}
Consultations
{{ $stats['consultations'] }}
Active sessions
{{ $stats['active_sessions'] }}
Revenue
${{ number_format((float) $stats['revenue'], 2) }}
Consultations recorded per day
@php($max = max(1, (int) $dailyUsage->max('total')))Latest Aim4Wellness audit events
No logs found.
@endforelse