@include('admin.header') @section('title', 'Shipment Details') Back to Shipments Edit Add Carton Booking Invoice
| Shipment Number | {{ $shipment->shipment_number }} |
|---|---|
| Order Confirmation | {{ $shipment->orderConfirmation->order_number }} |
| Shipment Date | {{ $shipment->shipment_date->format('M d, Y') }} |
| Vessel/Flight No | {{ $shipment->vessel_flight_no ?? 'N/A' }} |
| Bill of Lading | {{ $shipment->bill_of_lading ?? 'N/A' }} |
| Port of Loading | {{ $shipment->port_of_loading ?? 'N/A' }} |
|---|---|
| Port of Discharge | {{ $shipment->port_of_discharge ?? 'N/A' }} |
| ETD | {{ $shipment->etd ? $shipment->etd->format('M d, Y') : 'N/A' }} |
| ETA | {{ $shipment->eta ? $shipment->eta->format('M d, Y') : 'N/A' }} |
| Status | {{ ucfirst($shipment->status) }} |
No carton details added yet.
Add First Carton