@extends('layouts.app') @section('title', 'Corporate / SACCO Dashboard') @section('content')
Pool performance, premiums collected and utilization tracking across all corporate schemes
Create your first SACCO or corporate scheme to start enrolling members and tracking premiums.
+ Register a Scheme{{ $account->name }}
Claims / Utilization Ratio
Enrolled Members
{{ $metrics['total_enrolled'] }}
{{ $metrics['active_members'] }} active · {{ $metrics['dependants'] }} dep.
Premiums Expected
KES {{ number_format($metrics['premiums_expected']) }}
{{ \Illuminate\Support\Carbon::createFromFormat('Y-m', $month)->format('F Y') }}
Premiums Collected
KES {{ number_format($metrics['premiums_collected']) }}
{{ $metrics['collection_rate'] }}% collection rate
Utilization
KES {{ number_format($metrics['total_utilization']) }}
{{ $metrics['visit_count'] }} encounters
Pool Balance
KES {{ number_format($metrics['pool_balance']) }}
{{ $metrics['pool_balance'] < 0 ? 'Deficit' : 'Surplus' }}
Active
{{ $metrics['active_members'] }}
In Grace Period
{{ $metrics['grace_members'] }}
Suspended
{{ $metrics['suspended_members'] }}
Avg Utilization / Member
KES {{ number_format($metrics['avg_per_member']) }}
By corporate-pool spend in {{ \Illuminate\Support\Carbon::createFromFormat('Y-m', $month)->format('F Y') }}
| Member | MRN | Visits | Total |
|---|---|---|---|
| {{ $u['patient_name'] }} {{ $u['member_no'] }} |
{{ $u['mrn'] }} | {{ $u['visits'] }} | {{ number_format($u['total']) }} |
| No utilization in this period yet. | |||
Where the pool is being spent
No department utilization recorded.
@endforelse| Member | MRN | Billing Month | Due Date | Outstanding | Days Overdue |
|---|---|---|---|---|---|
| {{ trim(($o['patient']?->first_name ?? '').' '.($o['patient']?->last_name ?? '')) }} {{ $o['member']->member_number }} |
{{ $o['patient']?->mrn }} | {{ $o['collection']->billing_month }} | {{ $o['collection']->due_date?->format('d M Y') }} | {{ number_format($o['collection']->amount_expected - $o['collection']->amount_paid) }} | {{ $o['days_overdue'] }}d |
{{ $account->pilot_start_date?->format('d M Y') }} → {{ $account->pilot_end_date?->format('d M Y') }}
| Month | Premiums Collected | Utilization | Pool Balance | Claims Ratio | Risk Band |
|---|---|---|---|---|---|
| {{ $s['month'] }} | KES {{ number_format($s['premiums_collected']) }} | KES {{ number_format($s['utilization']) }} | KES {{ number_format($s['pool_balance']) }} | {{ $s['claims_ratio'] }}% | {{ $s['risk_band'] }} |