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

EFU PRCL 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 ($Proforma as $ri) @endforeach
Entry Date Reference No. Name of Insured Situation Location Period
{{$ri->_Date}} {{$ri->_Reference}} {{$ri->_NameOfInsured}} {{$ri->_Situation_Location}} {{$ri->_PeriodFrom}} - {{$ri->_PeriodTo}}

Graphs

charts
charts
@endsection('main-section')