Claim
@if (session('success'))
{{ session('success') }}
@endif
| Claim ID | Customer Name | Agent | Company | Date Sumtited | Action Date | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $claim->id }} | {{ $claim->customer ? $claim->customer->first_name." ".$claim->customer->last_name : ""}} | {{ $claim->admin ? $claim->admin->first_name." ".$claim->admin->last_name : ""}} | {{ $claim->retailer ? $claim->retailer->name : ''}} | {{ date('d-m-Y', strtotime($claim->created_at)) }} | {{ date('d-m-Y', strtotime($claim->last_date)) }} | {{ $claim->claim_status ? $claim->claim_status->name : '' }} | Edit View |
| Claim ID | Customer Name | Agent | Company | Date Sumtited | Action Date | Status | Actions |