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

EFU Property Management Portal

Surveyor Appointment Letter (SAL)

logo @foreach ($sal as $s)

Claim Entry Date :      {{$s->_Date}}

Reference No. : {{$s->_ReferenceNo}}

Date of Intimation {{$s->_DateOfIntimation}} Claim Type {{$s->_ClaimType}} ({{$s->_Policy_Type}})
Branch {{$s->_Branch}} Claim Specification {{$s->_ClaimSpecification}} Loss in {{$s->_Location}}
Insured {{$s->_Insured}} Contact Details {{$s->_ContactDetails}}
Policy No. {{$s->_Policy_No}} Loss No {{$s->_Loss_No}}
Message for Surveyor {{$s->_MessageForSurveyor}}
Apointment Text

Dear Surveyor, You have been appointed today on the subject assignment as detailed above. Kindly attend the survey under reference by establishing contact with the Insured / Participant and update the same on our Online Portal (AdjusTech) accordingly. We look forward to receiving your updates. Regards,

Surveyor Company     {{$s->_AssignToSurveyorCompany}}

Assigned By {{ $userName->_Name }}

@endforeach
@endsection('main-section')