@extends('layout.main') @section('main-section')
@foreach ($bill as $b)
Owners' CNIC 4230194385293, 4230175755205 License # 124.S.MOTOR.F - Motor Third Party Compulsory Business
Company NTN 1228507-2 License Validity 14/May/2026
Invoice # PICL/A-12118374/ 2025 Date: {{ \Carbon\Carbon::parse($b->created_at)->format('d-m-Y') }}
Survey Report # {{$assignInfo->_ReferenceNo}}
Client: {{$assignInfo->_Client}} ({{$assignInfo->_ClientBranch}})
Description: {{$assignInfo->_Make}} {{$assignInfo->_YearOfManf}} {{$assignInfo->_RegNo}} CH. {{$assignInfo->_ChassisNo}} EN. {{$assignInfo->_EngineNo}}
Insured: {{$assignInfo->_InsuredParticipant}}
Policy #: {{$assignInfo->_PolicyPMDNo}}
Claim / Loss #: {{$assignInfo->_LossBenefitNo}}
@if(($b->_ServicesTaxonTotalAmount != 'on')) @endif @if(($b->_TotalTravellingExpense > 0)) @endif @foreach ($billCaption as $bcap) @if($bcap->_Amount > 0) @endif @endforeach @if(($b->_ServicesTaxonTotalAmount == 'on')) @endif
Particulars Amount
Professional Fee: {{number_format($b->_ProfessionalFee)}}
Tax Charged @ {{ $b->_Province }} {{$b->_SSTPSTKPRABRAProvincialServicesTax}}%: @if(empty($b->_ServicesTaxonTotalAmount)) {{number_format($b->_ProfessionalFee * $b->_SSTPSTKPRABRAProvincialServicesTax / 100)}} @else {{number_format( $total * $b->_SSTPSTKPRABRAProvincialServicesTax / 100)}} @endif
Photographs: {{number_format($b->_Photographs)}}
Re-Inspection: {{number_format($b->_Re_Inspection)}}
Travel Exp. {{$b->_TravelFrom }} - {{ $b->_TravelTo }} {{ $b->_KM }}KM: {{ number_format($b->_TotalTravellingExpense) }}
{{$bcap->_Caption}} {{number_format($bcap->_Amount)}}
Tax Charged @ {{ $b->_Province }} {{$b->_SSTPSTKPRABRAProvincialServicesTax}}%: @if(empty($b->_ServicesTaxonTotalAmount)) {{number_format($b->_ProfessionalFee * $b->_SSTPSTKPRABRAProvincialServicesTax / 100)}} @else {{number_format( $total * $b->_SSTPSTKPRABRAProvincialServicesTax / 100)}} @endif
TOTAL INVOICE AMOUNT: @if(empty($b->_ServicesTaxonTotalAmount)) {{ number_format($total + $serTaxProv) }} @else {{ $total + $serTaxProvTotal }} @endif
@endforeach

@endsection('main-section')