@extends('layouts.admin') @section('page_kicker', 'Telehealth') @section('page_title', 'Clinician dashboard') @section('content') @php $maxSessions = max(1, (int) ($sessionTrend->max('total') ?? 1)); @endphp
Patients
{{ $stats['patients'] }}
Consultations
{{ $stats['consultations'] }}
Upcoming
{{ $stats['upcoming'] }}
Earnings
{{ number_format($stats['earnings'], 2) }}
Consultations created per day
No session data yet.
@endforelse