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

EFU Property Management Portal

Stage-5 (Claims Unpaid)

Guidance Notes for Users

The Insurer would need to fill payment details of claim settlement amount and payment details issued against the Surveyor's invoice / bill so as to complete claim workflow.

@foreach ($stage4 as $stages4) @endforeach
Tracking ID Branch Claim Type Insured Loss No Surveyor
{{$stages4->_ReferenceNo}} {{$stages4->_Branch}} {{$stages4->_ClaimType}} {{$stages4->_Insured}} {{$stages4->_Loss_No}} {{$stages4->_AssignToSurveyorCompany}}

Graphs

@include('stages.charts.unpaid.unpaid_pie')
@include('stages.charts.unpaid.unpaid_column')
@endsection('main-section')