🔔 New Claim Submitted

Please review this claim within 24-48 hours

âš¡ Action Required: Review the claim promptly.

Claim Details

Policy #
{{ $policynumber }}
Insured Name
{{ $insuredname }}
Email
{{ $email }}
Phone
{{ $phone }}
Contact Person
{{ $contactperson }}

Loss Information

Date of Loss
{{ $dateofloss }}
Cause
{{ $causeofloss }}
Place
{{ $placeofloss }}
@if($additionalInfo && $additionalInfo !== 'N/A')
Additional Info
{{ $additionalInfo }}
@endif
@if(count($files) > 0)

Attachments ({{ count($files) }})

    @foreach($files as $file)
  • {{ basename($file) }}
  • @endforeach
@endif