{{ $shipment->reason_for_export ?: 'General Goods' }}
| No | Description | H.S. Code | Qty | Unit Price (USD) | Total (USD) |
|---|---|---|---|---|---|
| {{ $item->row_number }} | {{ $item->description }} | {{ $item->hs_code }} | {{ $item->quantity }} | {{ number_format($item->unit_price, 2) }} | {{ number_format($item->total_usd, 2) }} |
| No items | |||||