@extends('layouts.admin') @section('page_kicker', 'Overview') @section('page_title', 'My dashboard') @section('content')
Appointments
{{ $stats['appointments'] }}
Consultations
{{ $stats['consultations'] }}
Messages
{{ $stats['messages'] }}
{{ $appt->doctor->name ?? 'Clinician' }}
{{ $appt->scheduled_at->format('M j, Y g:i A') }} · {{ $appt->channel }} · {{ $appt->status }}