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

EFU Property Management Portal

Stage-1 (Claims Intimated) - New Claims assigned to Surveyors

Guidance Notes for Users

The Surveyors would need to acknowledge the Claim assigned to them followed by attending the same through Attend Button.

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

Graphs

@include('stages.charts.unattended.unattended_pie')
@include('stages.charts.unattended.unattended_column')
@endsection('main-section')