@extends('layouts.app') @section('custom-css') @endsection @section('content')
AHL Pay Report
@foreach($vendorFinancialsReport as $financial)
Warning: Undefined variable $financial in /home/ahlpk/public_html/admin/resources/views/vendor/ahl-pay-report.blade.php on line 59

Warning: Attempt to read property "deduction_remarks" on null in /home/ahlpk/public_html/admin/resources/views/vendor/ahl-pay-report.blade.php on line 59
@endforeach
# Invoice # Vendor Total Invoice Amount Advance Amount Delivered Parcels Amount AHL Commission GST Fuel Adjustment Charges Flyer Amount Deduction Deduction Remarks Amount Paid Remarks Amount Pay Date Invoice Payment Report (Excel)
{{ $loop->iteration }} Invoice #: {{$financial->invoice_number}} {{$financial->vendorName->vendor_name}} {{$financial->amount + $financial->ahl_commission + $financial->ahl_gst + $financial->fuel_adjustment + $financial->flyer_amount}} {{$financial->advance_amount}} {{$financial->amount}} {{$financial->ahl_commission}} {{$financial->ahl_gst}} {{$financial->fuel_adjustment}} {{$financial->flyer_amount}} {{$financial->deduction_amount}} {{$deduction_remarks}} {{$financial->amount + $financial->advance_amount - $financial->deduction_amount}} {{$financial->remarks}} {{date('d M Y H:i A', strtoTime($financial->created_at))}} @if($financial->financial_report) @endif
@endsection @section('custom-js') @endsection