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

EFU Property Management Portal

Assessment Report

@foreach ($iar as $i)

Claim Entry Date :      {{$i->_Date}}

Reference No. : {{$i->_ReferenceNo}}

Claim Status : {{$i->_Stage}}

Date of Intimation {{$i->_DateOfIntimation}} Claim Type {{$i->_ClaimType}} ({{$i->_Policy_Type}})
Branch {{$i->_Branch}} Claim Specification {{$i->_ClaimSpecification}} Loss in {{$i->_Location}}
Insured {{$i->_Insured}} Contact Details {{$i->_ContactDetails}}
Policy No. {{$i->_Policy_No}} Loss No {{$i->_Loss_No}}
Date of Loss {{$i->_DateOfLoss}} Date of Survey {{$i->_DateOfSurvey}}
Amount of Claim {{($i->_AmountOfClaim)}} Estimated Amount of Loss {{($i->_EstimatedAmountOfLoss)}}
Circumstances of Loss {{$i->_CircumstancesOfLoss}}
Remarks {{$i->_Remarks}}

Recieved Documents

    @foreach ($docRec as $dr)
  • {{$dr->_DocumentName}}
  • @endforeach

Claim Assessment Summary

@foreach ($assessment as $assess) @endforeach
Gross Assessed Loss {{($assess->_GrossAssessedLoss)}} Recoveries (If any) {{($assess->_Recoveries)}}
Salvage (If any) {{($assess->_Salvage)}} Deductable (If any) {{($assess->_Deductable)}}
Average - Under Insurance (If any) {{($assess->_Average_UnderInsurance)}} Net Adjusted Loss {{($assess->_NetAdjustedLoss)}}

Attended By {{$i->_AssignToSurveyorCompany}}

Surveyor Company     {{$i->_AssignToSurveyorCompany}}

@foreach ($google as $g)

Reports     Click here

@endforeach
@endforeach
@endsection('main-section')