Provider billing patterns and claim volumes
Active Providers
{{ number_format($summary['total_providers']) }}
Total Billed
${{ number_format($summary['total_billed'], 2) }}
Total Awarded
${{ number_format($summary['total_awarded'], 2) }}
Avg Payment Ratio
{{ $summary['avg_payment_ratio'] }}%
{{ $pt->provider_type }}
{{ $pt->provider_count }}
| Provider | Type | Network | Claims | Total Billed | Total Awarded | Payment Ratio |
|---|---|---|---|---|---|---|
| {{ $provider->name }} | {{ $provider->provider_type }} | {{ ucfirst(str_replace('_', ' ', $provider->network_status)) }} | {{ $provider->claims_count }} | ${{ number_format($billed, 2) }} | ${{ number_format($awarded, 2) }} |
|
| No provider claims data for the selected period. | ||||||