@extends('insuredSection.layout.main') @section('main-section')

EFU Property Management Portal

Search Claim

@foreach ($assign as $a)

Reference No. {{$a->_ReferenceNo}}

Stage : {{$a->_Stage}}
Claim Details
Claim Entry Date

{{$a->_Date}}

Surveyor

{{$a->_AssignToSurveyorCompany}}

Location

{{$a->_Location}}

Claim Type

{{$a->_ClaimType}}

Claim Specification

{{$a->_ClaimSpecification}}

Branch

{{$a->_Branch}}

Policy Type

{{$a->_PolicyType}}

Policy No.

{{$a->_PolicyNo}}

Loss No.

{{$a->_LossNo}}

Insured

{{$a->_Insured}}

D. O. I.

{{$a->_DescriptionOfInterest}}

Created By

{{$a->_CreatedBy}}

@if($a->_Stage == "Unattended") Go To Claim Unattended Stage @elseif($a->_Stage == "Document Pending") Go To Document Pending Stage @elseif($a->_Stage == "FSR Pending") Go To FSR Pending Stage @elseif($a->_Stage == "Claim Unpaid") Go To Claim Unpaid Stage @elseif($a->_Stage == "Claim Settled") Go To Claim Settled Stage @elseif($a->_Stage == "Cancel") Go To Cancel Stage @endif
@endforeach
@endsection('main-section')