@include('admin.header') @section('title', 'Shipments') Create Shipment
| Shipment No | Order No | Shipment Date | Vessel/Flight | Port of Loading | Status | Cartons | Quantity | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $shipment->shipment_number }} | {{ $shipment->orderConfirmation->order_number }} | {{ $shipment->shipment_date->format('M d, Y') }} | {{ $shipment->vessel_flight_no ?? 'N/A' }} | {{ $shipment->port_of_loading ?? 'N/A' }} | {{ ucfirst($shipment->status) }} | {{ $shipment->total_cartons }} | {{ number_format($shipment->total_quantity) }} |