{{ $organization->name }}

Healthcare management dashboard

Patients today

{{ $operational['patients_today'] }}

Appointments today

{{ $operational['appointments_today'] }}

Open bills

{{ $operational['open_bills'] }}

Revenue today

{{ config('care.billing.currency') }} {{ number_format($operational['revenue_today_minor'] / 100, 2) }}

Pending lab

{{ $operational['pending_lab'] }}

Active branches

{{ $stats['branches'] }}

Team members

{{ $stats['team_members'] }}

Departments

{{ $stats['departments'] }}

Branches

@forelse ($branches as $branch)

{{ $branch->name }}

{{ $branch->departments_count }} department(s) ยท {{ $branch->address ?? 'No address' }}

@unless ($branch->is_active) Inactive @endunless
@empty

No branches configured yet.

@endforelse