Financial totals, monthly trends and benefit usage
Total Billed
${{ number_format($summary['total_billed'], 2) }}
Total Awarded
${{ number_format($summary['total_awarded'], 2) }}
Total Shortfall
${{ number_format($summary['total_shortfall'], 2) }}
Total Paid
${{ number_format($summary['total_paid'], 2) }}
Pending Payment
${{ number_format($summary['total_pending'], 2) }}
Savings Rate
{{ $summary['savings_rate'] }}%
| Month | Claims | Billed | Awarded | Shortfall |
|---|---|---|---|---|
| {{ $month->month }} | {{ number_format($month->claim_count) }} | ${{ number_format($month->billed / 100, 2) }} | ${{ number_format($month->awarded / 100, 2) }} | ${{ number_format($month->shortfall / 100, 2) }} |
| No data for selected period. | ||||
No data for selected period.
@endforelse| Member | Category | Limit | Used | Utilization |
|---|---|---|---|---|
| {{ $usage->member->full_name ?? 'N/A' }} | {{ $usage->benefit_category }} | ${{ number_format($usage->limit_cents / 100, 2) }} | ${{ number_format($usage->used_cents / 100, 2) }} |
|
| No benefit usage data. | ||||