@extends('layouts.admin') @section('title', 'Overview') @section('content') @php $totalCommunity = $totalPatients + $totalDoctors + $totalVolunteers; @endphp
Welcome back, {{ auth()->user()->name ?? 'Administrator' }}. System is running optimized.
Total Patients
{{ number_format($totalPatients) }}
Verified Doctors
{{ number_format($totalDoctors) }}
Volunteers
{{ number_format($totalVolunteers) }}
Pending
{{ number_format($pendingApprovals) }}
System Optimization Complete
Automated maintenance cleaned up temporary files and optimized database indexes.
10:00 AM - Server Bot
New Patient Registration
@if($newPatientsToday > 0) {{ $newPatientsToday }} new members joined the community today. @else Waiting for new members today. @endif
Today