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

Initial Attendance Report - IAR

CLAIM / LOSS # {{ $assignInfo->_LossBenefitNo }}

Reference # {{ $assignInfo->_ReferenceNo }}
Report Date: {{ $assignInfo->created_at->format('d-m-Y') }}
Hijri: Loading...
Job Specification: Intimation Date: {{$assignInfo->_DateOfIntimation}}
Claim No. # {{$assignInfo->_LossBenefitNo}} Insured : {{$assignInfo->_InsuredParticipant}}
Interest Details: {{$assignInfo->_RegNo}} Policy / PMD # {{$assignInfo->_PolicyPMDNo}}
Repairers : {{$assignInfo->_Workshop}}
@foreach ($attend as $att)

Dear Sir / Madam

The subject Survey has been conducted by us on {{ \Carbon\Carbon::parse($att->_DateOfSurvey)->format('d-m-Y') }} at the Appointed Survey Location. The initially Assessed Labour Amount is Rs. {{number_format($att->_AssessedLabour)}}/- @if (!empty($att->_PlusPartsAssessment)) PlusParts @else Only @endif . (Repairer Estimate Rs: {{number_format($att->_RepairerEstimate)}} @if (!empty($att->_PlusPartsEstimate)) PlusParts @else Only @endif).

@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: {{number_format($att->_AssessedLabour)}}
@foreach ($addparts as $ap) @endforeach
S. No. Replacement Parts Type Unit Price Quantity Total Part Price
1. {{$ap->_PartName}} {{$ap->_Type}} {{number_format($ap->_PriceInRs)}} {{$ap->_Quantity}} {{ number_format($ap->_PriceInRs * $ap->_Quantity)}}
Total Amount of Parts: {{ number_format($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')