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

EFU Property Management Portal

Search Claim

abcd

@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}}

@endforeach
@endsection('main-section')