@extends('documents.procurement._layout', [ 'documentTitle' => 'Packing / Loading List', 'reference' => $shipment->shipment_reference, 'documentDate' => now()->format('d M Y'), ]) @section('header-meta')
| Container | {{ $shipment->container_number }} |
| Bill of Lading | {{ $shipment->bill_of_lading_number }} |
| Origin | {{ $shipment->originPort?->name ?? '—' }} |
| Destination | {{ $shipment->destinationPort?->name ?? '—' }} |
| # | Product Name | SKU / Code | Qty Shipped | UoM | Physical Count |
|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $item->sourcingTripItem?->product?->name ?? '—' }} | {{ $item->sourcingTripItem?->product?->sku ?? '—' }} | {{ number_format($item->quantity_shipped, 0) }} | {{ $item->quantity_uom ?? $item->sourcingTripItem?->product?->uom ?? '—' }} | |
| Total Items | {{ $shipment->items->sum('quantity_shipped') }} | ||||
|
Driver / Loader Sign-Out
Name: ___________________________ Date: ___________________________ Signature: ______________________ |
Warehouse Manager Sign-In
Name: ___________________________ Date: ___________________________ Signature: ______________________ |