Claim Status Update

Dear {{ $claim->member->full_name ?? 'Member' }},

Your claim status has been updated:

{{ $statusLabel }}

@if($claim->total_awarded_cents > 0) @endif @if($claim->rejection_reason) @endif
Claim Number {{ $claim->claim_number }}
Service Date {{ $claim->service_date?->format('d M Y') ?? 'N/A' }}
Total Billed {{ $claim->currency }} {{ number_format($claim->total_billed_cents / 100, 2) }}
Total Awarded {{ $claim->currency }} {{ number_format($claim->total_awarded_cents / 100, 2) }}
Reason {{ $claim->rejection_reason }}

Please log in to your member portal for full details.