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

Motor Survey Preliminary Report

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

Reference # {{ $assignInfo->_ReferenceNo }}
Report Date: {{ $assignInfo->created_at->format('d-m-Y') }}
Hijri: Loading...
@foreach ($attend as $att) @foreach ($plr as $p)
@if($p->_Lumpsum > 0) @endif
Policy Details:
Client: {{$assignInfo->_Client}} Branch: {{$assignInfo->_ClientBranch}}
Insured's Name: {{$assignInfo->_InsuredParticipant}} Insured's Contact: {{$assignInfo->_ContactDetails}}
Valid From: {{ \Carbon\Carbon::parse($p->_PolicyIssueDate)->format('d-m-Y') }} Valid Upto: {{ \Carbon\Carbon::parse($p->_PolicyExpiryDate)->format('d-m-Y') }}
Policy #: {{$assignInfo->_PolicyPMDNo}} CV4 Applicable: {{$p->_CV4}}
Sum Insured: {{number_format($p->_SumInsured)}} Market Value: {{ number_format($p->_MarketValue) }}
Particulars of Vehicle:
Make: {{$assignInfo->_Make}} Vehicle Type: {{$assignInfo->_BodyType}}
Registration #: {{$assignInfo->_RegNo}} Model: {{$assignInfo->_YearOfManf}}
Engine #: {{$assignInfo->_EngineNo}} Chassis #: {{$assignInfo->_ChassisNo}}
Color: {{$assignInfo->_Colour}} Odometer Reading: {{$att->_OdometreReading}}
Particulars of Driver:
Driver Name {{$p->_DriverName}} Driver Status {{ empty($p->_LicenseNo) ? 'Unlicensed' : 'Licensed' }}
License No. {{ $p->_LicenseNo ? ($p->_LicenseNo) : '-' }} License Expiry Date {{ $p->_LicenseExpiryDate ? \Carbon\Carbon::parse($p->_LicenseExpiryDate)->format('d-m-Y') : '-' }}
Particulars of Loss:
Loss Number: {{$assignInfo->_LossBenefitNo}} Date of Loss: {{ \Carbon\Carbon::parse($att->_DateOfLoss)->format('d-m-Y') }}
Date of Intimation: {{ \Carbon\Carbon::parse($assignInfo->_DateOfIntimation)->format('d-m-Y') }} Date of Survey: {{ \Carbon\Carbon::parse($att->_DateOfSurvey)->format('d-m-Y') }}
Place of Loss: {{$p->_PlaceOfLoss}} Police Report (if any) {{$p->_PoliceFIRReport}}
Workshop: {{$assignInfo->_Workshop}} Repairers' Estimate: Rs. {{ $att->_RepairerEstimate }} ({{ count($addparts) == 0 ? 'only' : 'plus parts' }})
Lump Sum: {{ $p->_Lumpsum }}
Circumstances of Loss

{{$p->_CircumstancesOfLoss}}


Continued on next page...







Page 2
Our Ref. # {{$assignInfo->_ReferenceNo}}
@foreach ($addlabour as $all) @endforeach @foreach ($addlabour as $al) @endforeach @foreach ($addparts as $key => $ap) @if($ap->_PriceInRs > 0) @elseif($ap->_PartName != "Nil") @endif @endforeach @if($addpartssum > 0) @endif
DESCRIPTION REPAIRERS' ESTIMATE OUR ASSESSMENT
Labour Charges {{ number_format($att->_RepairerEstimate) }} {{ number_format($att->_AssessedLabour) }}
{{$al->_LabourName}} - {{ $al->_Type }} - -
Labour Charges: {{ number_format($att->_RepairerEstimate) }} {{ number_format($att->_AssessedLabour) }}
Replacement Parts (Rate of Dep.) Quantity Price
{{$ap->_PartName}}({{$ap->_Depreciation}}% - Rs. {{$ap->_PriceInRs * $ap->_Depreciation / 100}}) {{$ap->_Quantity}} {{number_format($ap->_PriceInRs)}}
{{$ap->_PartName}}({{$ap->_Depreciation}}% - Rs. {{$ap->_PriceInRs * $ap->_Depreciation / 100}}) {{$ap->_Quantity}} {{number_format($ap->_PriceInRs)}}
Cost of Parts : {{ number_format($addpartssum) }}
@if ($p->_SalesTaxLabourPercentage > 0) @endif @if($addpartssum > 0) @endif @if($ap->_Depreciation > 0) @endif @if($totalcostpartsafterDep > 0) @endif @if($gst2 > 0) @endif @if($totalcostpartsafterDep + $gst > 0) @endif @if($totalcostpartsafterDep + $gst2 > 0) @endif @if ( ($totalcostpartsafterDep + $gst2 + ($labourchargesafterdis * $p->_SalesTaxLabourPercentage / 100 + $labourchargesafterdis)) != ($grand1 + $grand2) ) @endif @if ($p->_UnderInsurancePercentage > 0) @endif @if ( ($totalcostpartsafterDep + $gst2 + ($labourchargesafterdis * $p->_SalesTaxLabourPercentage / 100 + $labourchargesafterdis)) != ($grand1 + $grand2) ) @endif @if($p->_Deductible > 0) @endif
SUMMARY OF LOSS: Labour Charges: {{ number_format($att->_AssessedLabour) }}
Add: Provincial Sales Tax: ({{ $p->_SalesTaxLabourPercentage }}%) + {{ number_format($labourchargesafterdis * $p->_SalesTaxLabourPercentage /100) }}
Total Labour Charges: {{ number_format($labourchargesafterdis * $p->_SalesTaxLabourPercentage /100 + $labourchargesafterdis) }}
Cost of Parts {{ number_format($addpartssum) }}
Less: Total Depreciation ({{ $ap->_Depreciation }}%) - {{ number_format($partsafterdis * $ap->_Depreciation / 100)}}
Cost of Parts after Depreciation {{ number_format($totalcostpartsafterDep) }}
Add: GST on Parts {{ $p->_GSTonPartsPercentage }}% (+) + {{ number_format($gst2) }}
Total Parts Charges: + {{ number_format($totalcostpartsafterDep + $gst2) }}
TOTAL COST OF LABOUR & PARTS : {{ number_format($totalcostpartsafterDep + $gst2 +($labourchargesafterdis * $p->_SalesTaxLabourPercentage /100 + $labourchargesafterdis))}}
GRAND TOTAL: {{ number_format($grand1 + $grand2) }}
Less: Under Insurance ({{ $p->_UnderInsurancePercentage }}%) - {{ number_format($underInsur) }}
Net Assesed Amount: {{ number_format($grand - $underInsur) }}
Less: Deductible: - {{number_format($p->_Deductible)}}
@if($p->_Lumpsum > 0) Lump Sum : @else NET ADJUSTED AMOUNT : @endif @if($p->_Lumpsum > 0) {{$p->_Lumpsum}} @else {{ number_format($grand - $underInsur - $p->_Deductible) }} @endif

Further Remarks :

{{ $p->_Remarks }}

@endforeach @endforeach

Authorized Surveying Officer : {{$assignInfo->_AssignTeamMember}}

PLR Issued By : {{$assignInfo->_UserEmail}}


@endsection('main-section')