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

EFU Property Management Portal

Stage-3 (Assessment Pending)

Guidance Notes for Users

The Surveyor would need to upload the assessment prepared by them and, once agreed with the Insured, shall update in the form of this stage and submit it accordingly.

@foreach ($assessment as $stages2) @endforeach
Entry Date Tracking ID Branch Claim Type Insured Loss No Surveyor
{{$stages2->_Date}} {{$stages2->_ReferenceNo}} {{$stages2->_Branch}} {{$stages2->_ClaimType}} {{$stages2->_Insured}} {{$stages2->_Loss_No}} {{$stages2->_AssignToSurveyorCompany}}

Graphs

@include('stages.charts.assessment_pending.assessment_pending_pie')
@include('stages.charts.assessment_pending.assessment_pending_column')
@endsection('main-section')