|
TTPD |
YES | NO
|
|
A |
PRELIMINARY DETAILS |
1 |
Insured Name |
{{ $claims->insured_name ? $claims->insured_name : 'N/A' }} |
|
2 |
Claimant |
{{ $claims->claimant }} |
|
3 |
Insurer |
{{ $claims->insurer->insurer_name }} |
|
4 |
Policy Number |
{{ $claims->policy_number }} |
|
5 |
Incident Date |
{{ $claims->vehicleIncident->date }} |
|
6 |
Location |
{{ $claims->vehicleIncident->location }} |
|
7 |
Driver |
{{ $claims->vehicleIncident->driver->employee_name.' '.$claims->vehicleIncident->driver->last_name }} |
|
8 |
Vehicle Reg No |
{{ $claims->vehicleIncident->vehicle->registration_number }} |
|
9 |
TP Driver |
{{ $claims->tp_driver ? $claims->tp_driver : 'N/A' }} |
|
B |
DOCUMENTS
|
@foreach($claims->feed as $index => $feed)
{{ ++$index }} |
{{ $feed->document_type }} |
✔ |
|
@endforeach
C |
CLAIM SETTLEMENT
|
1 |
Claim Number |
{{ $claims->id }} |
|
2 |
Settled Date |
{{ $claims->settlement->date }} |
|
3 |
Amount Claimed |
{{ $claims->estimation_amount }} |
|
4 |
Amount Paid |
{{ $claims->settlement->settled_amount }} |
|