@extends('app') @section('content') Reports

Billing And Acc. Report

@foreach($shipment_type as $type)
@endforeach
@foreach($payment_type as $type)
@endforeach

Date AWB No. Vendor Name Shipment Type Payment Mode Distance (Kms) Invoice Value Total Cost Shipping Charges Insurance Charges Payment Mode Charges Total Weight
@foreach($orders as $order) @endforeach
19-06-2025 {{ $order->awb_no }} {{ $order->vendor_name }} {{ $order->distance }} {{ number_format($order->invoice_amount,2) }} {{ number_format($order->cost,2) }} {{ number_format($order->shipping_fee,2) }} {{ number_format($order->insurance_fee,2) }} {{ number_format($order->payment_mode_charge,2) }} {{ $order->total_weight }}
Total: {{ $total_distance }} {{ number_format($total_invoice_amt,2) }} {{ number_format($total_cost,2) }} {{ number_format($total_shipping_fee,2) }} {{ number_format($total_payment_mode_fee,2) }} {{ number_format($total_insurance_fee,2) }} {{ $total_cal_weight }}