Detailed View of all Orders in this shipment consolidation.
{{-- USER SECTION --}}{{ $user->company_name ?? 'N/A Company' }}
{{ $user->email ?? '' }}
{{ $user->mobile_no ?? '' }}
{{ $user->address ?? 'No Address' }}
{{ $user->pincode ?? '' }}Order ID
{{ $order->order_id }}
Total Orders
{{ $order->items->count() }}
Status
{{ ucfirst($order->status) }}| # | Description | CTN | QTY | TTL/QTY | Unit | Price (₹) | TTL Amount (₹) | CBM | TTL CBM | KG | TTL KG | Shop No |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $item->description }} | {{ $item->ctn }} | {{ $item->qty }} | {{ $item->ttl_qty }} | {{ strtoupper($item->unit) }} | ₹{{ number_format($item->price, 2) }} | ₹{{ number_format($item->ttl_amount, 2) }} | {{ $item->cbm }} | {{ $item->ttl_cbm }} | {{ $item->kg }} | {{ $item->ttl_kg }} | {{ $item->shop_no }} |
Total TTL/QTY
Total TTL KG
Total Amount