@extends('layouts.admin') @section('title', 'Overview') @section('content')
Agora telehealth is not configured.
Missing: {{ implode(', ', $agoraConfigStatus['missing_keys'] ?? []) }}. Live warm-handoff calls will not issue video tokens until this is fixed.
Patients in care
{{ $patientCount }}
Active safety alerts
$activeAlerts > 0, 'text-status-good' => $activeAlerts === 0, ])>{{ $activeAlerts }}
Patient Registry
Search, register, assign assessment
Billing Dashboard
Traffic-light minute tracking
Decline Tracker
30-day soft follow-ups
Audit Trail
Read-only PHI access log
Recently updated patients.
| Patient | PCP | BHCM | Status |
|---|---|---|---|
|
{{ $patient->user->name }}
{{ $patient->date_of_birth?->format('M j, Y') ?? 'DOB missing' }} |
{{ $patient->pcp?->name ?? '—' }} | {{ $patient->bhcm?->name ?? '—' }} | {{ str_replace('_', ' ', $patient->co_cm_status) }} |
| No patients yet. | |||