Claims analysis by date range, type, status and provider
Total Claims
{{ number_format($summary['total_claims']) }}
Total Billed
${{ number_format($summary['total_billed'], 2) }}
Total Awarded
${{ number_format($summary['total_awarded'], 2) }}
Total Shortfall
${{ number_format($summary['total_shortfall'], 2) }}
No data for selected period.
@endifNo data for selected period.
@endif| Claim # | Member | Provider | Type | Billed | Awarded | Status | Service Date |
|---|---|---|---|---|---|---|---|
| {{ $claim->claim_number }} | {{ $claim->member->full_name ?? 'N/A' }} | {{ $claim->provider->name ?? 'N/A' }} | {{ $claim->claim_type }} | ${{ number_format($claim->total_billed_cents / 100, 2) }} | ${{ number_format($claim->total_awarded_cents / 100, 2) }} | {{ ucfirst(str_replace('_', ' ', $claim->status)) }} | {{ $claim->service_date->format('d M Y') }} |
| No claims found for the selected period. | |||||||