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

EFU Property Management Portal

Stage-6 (Claims Settled

Guidance Notes for Users

The Insurer and Surveyor both have completed their steps and all the reports generated during the activities can be viewed here.

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

Graphs

@include('stages.charts.settled.settled_pie')
@include('stages.charts.settled.settled_column')
@endsection('main-section')