IPEC — Premiums collected vs claims paid
Total Premiums
${{ number_format($summary['total_premiums'], 2) }}
Total Claims Paid
${{ number_format($summary['total_claims_paid'], 2) }}
Loss Ratio
{{ $summary['loss_ratio'] }}%
Net Position
${{ number_format($summary['net_position'], 2) }}
Premiums: ${{ number_format($row['premiums'], 2) }}
Claims: ${{ number_format($row['claims'], 2) }}
No data available for the selected period.
@endif| Type | Count | Total Awarded |
|---|---|---|
| {{ ucfirst($row->claim_type) }} | {{ number_format($row->count) }} | ${{ number_format($row->total_awarded / 100, 2) }} |
No claims data available for the selected period.
@endif