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

EFU Property Management Portal

@foreach ($details as $d)

Messages for {{$d->_ReferenceNo}}

Assigned Surveyor : {{$d->_AssignToSurveyorCompany}}
Loss No : {{$d->_Loss_No}}
Policy No : {{$d->_Policy_No}}
Assign Date : {{$d->_Date}}

@endforeach

Chat Export

Guidance Notes for Users

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

@foreach ($chats as $s3) @endforeach
Entry Datetime Sender Messages
{{$s3->_DateTime}} {{$s3->_UserName}} ({{$s3->_UserEmail}}) {{$s3->_Message}}
@endsection('main-section')