@extends('layouts.admin') @section('title', 'Overview') @section('content')
@if (! ($agoraConfigStatus['ready'] ?? false))

Agora telehealth is not configured.

Missing: {{ implode(', ', $agoraConfigStatus['missing_keys'] ?? []) }}. Live warm-handoff calls will not issue video tokens until this is fixed.

@endif

Patients in care

{{ $patientCount }}

$activeAlerts > 0, 'border border-status-good/30 bg-[linear-gradient(135deg,rgba(255,255,255,0.98),rgba(232,248,232,0.78))] before:bg-status-good' => $activeAlerts === 0, ])>

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

Registry snapshot

Recently updated patients.

Open registry
@forelse ($registryPatients as $patient) @empty @endforelse
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.
@endsection