@extends('layout.main') @section('main-section')
Adjustech UK
Initial Attendance Report - IAR
Our Reference # Intimation Date: {{$assignInfo->_DateOfIntimation}}
Job Specification: Claim No. # {{$assignInfo->_LossBenefitNo}}
Interest Details: {{$assignInfo->_RegNo}} Policy / PMD # {{$assignInfo->_PolicyPMDNo}}
Insured: {{$assignInfo->_InsuredParticipant}} Contact / Phone:
Repairers : {{$assignInfo->_Workshop}} Owner Name: {{$assignInfo->_Owner}}
@foreach ($attend as $att)

Dear Sir / Madam

The subject Survey has been conducted by us on {{$att->_DateOfSurvey}} at the Appointed Survey Location. The initially Assessed Labour Amount is Rs. {{$att->_AssessedLabour}}/- only (Repairer Estimate Rs: {{$att->_RepairerEstimate}} only).

@foreach ($addlabour as $al) @endforeach
S. No. Labour Panels Type Panel Rate Quantity Total Panel Rates
1. {{$al->_LabourName}} {{$al->_Type}} {{$al->_RepairersEstimate}} {{$al->_OurAssessment}}
Total Amount of Labour: {{$att->_AssessedLabour}}
@foreach ($addparts as $ap) @endforeach
S. No. Replacement Parts Type Unit Price Quantity Total Part Price
1. {{$ap->_PartName}} {{$ap->_Type}} {{$ap->_PriceInRs}} {{$ap->_Quantity}} {{ $ap->_PriceInRs * $ap->_Quantity}}
Total Amount of Parts: {{ $addpartssum }}

(Part rates are subject to verification - Kindly set Claim Reserve amount and update your records accordingly.)

@endforeach

Surveyor Company     {{$assignInfo->_AssignTeamMember}}

Assigned By {{$assignInfo->_UserEmail}}


@endsection('main-section')