| S.No | File No | Claim No | Cycle Time | Insurance | Owner detail | Assign Date | Type of Claim | Loss Type | Vehicle Location | Stage |
|---|---|---|---|---|---|---|---|---|---|---|
| No assignment found | ||||||||||
| {{ $i++ }} |
@if($takenhours > $defaultTimeForStatusChange && in_array($assignment->status['status'], ['unstatused','Unassigned']))
{{ $assignment->file_no }}
@else
{{ $assignment->file_no }}
@endif
@if($assignment->appointment_date) Appointment: {{ Carbon\Carbon::parse($assignment->appointment_date)->format('m/d/Y h:i A') }} @endif {{ $assignment->status['status'] }} @if($assignment->appraiser_approve !== 'reject' && $assignment->status['status'] !== 'Completed') Quick Update @endif @php if($assignment->appraiser_approve!='accept' && $assignment->appraiser_approve!='reject') { @endphp Accept Reject @php } @endphp |
{{ $assignment->claim_number }} | {{ $cycletime }} | {{ optional($assignment->insuranceCompany)->company_name }} |
Name: {{ $assignment->business_first_name }} {{ $assignment->business_last_name }} Phone: {{ $assignment->business_phone_number }} Email: {{ $assignment->business_email_address }} |
@if($assignment->created_date) {{ Carbon\Carbon::parse($assignment->created_date)->format('M d Y H:i:s A') }} @endif | {{ $assignment->type_of_claim }} | {{ $assignment->lossType->loss_type ?? '' }} | {{ trim(implode(', ', array_filter([$assignment->vehicle_street,$assignment->vehicle_city,$assignment->vehicle_state,$assignment->vehicle_postcode]))) }} | {{ $assignment->status['status'] ?? 'N/A' }} |