@extends('layouts.template') @section('content')

All Claims

@forelse ($claims as $claim) @empty @endforelse
Claim Details Nature of Claim Adjuster Status Action
{{ $claim->submitted_at }}
Transaction Code: {{ $claim->arcus_transaction_no }}
Claim No.: {{ strtoupper($claim->claim_no) }}
Policy No.: {{$claim->policy_no}}
Inception Date: {{date('M d, Y',strtotime($claim->inception_date))}}
Expiry Date: {{date('M d, Y',strtotime($claim->expiry_date))}}
Assured Name: {{strtoupper($claim->assured_name)}}
Assure Email: {{$claim->assured_email_address}}
Assured Mobile: +63{{$claim->assured_contact_no}}
Dealership/Repair shop: {{strtoupper($claim->dealership_name)}}
{{$claim->policy_type_desc}}
@if($claim->adjuster_id == 0) No assigned Adjuster @else Name: {{strtoupper($claim->adjuster_firstname)}} {{strtoupper($claim->adjuster_lastname)}}
Contact No: {{$claim->adjuster_contact_no}}
@endif
{{ strtoupper($claim->claim_tag) }}
No data found
{{ $claims->links() }}
@endsection