@extends('layouts.app') @section('title', 'Import Order ' . ($order->order_number ?? '')) @section('breadcrumb')
Created {{ ($order->created_at ?? now())->format('d M Y, h:i A') }}
Supplier
{{ $order->supplier->name ?? 'M/s Global Trading Co.' }}
{{ $order->supplier->country ?? 'China' }}Total Value
USD {{ number_format($order->total_value ?? 125000, 2) }}
{{ $order->currency ?? 'USD' }} | {{ $order->incoterms ?? 'FOB' }}Shipment
{{ $order->items_count ?? 5 }} Items
{{ $order->container_qty ?? 2 }} x {{ $order->container_type ?? '40ft' }}ETA
{{ ($order->expected_eta ?? now()->addDays(30))->format('d M Y') }}
ETD: {{ ($order->expected_etd ?? now())->format('d M Y') }}{{ $label }}
{{ $value }}
| # | Description | HS Code | Unit | Qty | Unit Price | Amount | Net Wt | Gross Wt |
|---|---|---|---|---|---|---|---|---|
| {{ $i + 1 }} | {{ $item['description'] }} | {{ $item['hs_code'] }} |
{{ $item['unit'] }} | {{ number_format($item['qty']) }} | USD {{ number_format($item['unit_price'], 2) }} | USD {{ number_format($item['qty'] * $item['unit_price'], 2) }} | {{ number_format($item['net_weight']) }} kg | {{ number_format($item['gross_weight']) }} kg |
| Total: | USD {{ number_format($order->total_value ?? 125000, 2) }} | {{ number_format($order->total_net_weight ?? 532) }} kg | {{ number_format($order->total_gross_weight ?? 620) }} kg | |||||
| Shipment No. | Container(s) | Vessel | ETD | ETA | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $sh['shipment_number'] }} | {{ $sh['containers'] }} |
{{ $sh['vessel'] }} | {{ $sh['etd'] }} | {{ $sh['eta'] }} |
| BOE No. | BOE Type | Assessment No. | Duty Amount | Assessment Status | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $boe['boe_number'] }} | {{ $boe['type'] }} | {{ $boe['assessment'] }} | {{ $boe['duty'] }} |
{{ $desc }}
Paid on {{ $date }}{{ $amt }}