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

EFU Property Management Portal

Stage-1 (Claims Unattended) - 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 $unattend) @endforeach
Entry Date Tracking ID Branch Claim Type Insured Loss No Surveyor
{{$unattend->_Date}} {{$unattend->_ReferenceNo}} {{$unattend->_Branch}} {{$unattend->_ClaimType}} {{$unattend->_Insured}} {{$unattend->_Loss_No}} {{$unattend->_AssignToSurveyorCompany}}

Graphs

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