@if($barcode_base64)

@endif
{{ $shipment->awb_no }}
SHIPPER
From: {{ $shipper['city'] }}, {{ $shipment->fromCountry?->name }} ({{ $shipment->fromCountry?->iso_code }})
Company Name:{{ $shipper['company'] ?: '—' }}
Contact Name:{{ $shipper['name'] }}
Tel / Mob:{{ $shipper['phone'] }}
Email:{{ $shipper['email'] ?: '—' }}
Address:{{ $shipper['address'] }}
ID Number:{{ $shipper['id_number'] ?: '—' }}
Zip Code:{{ $shipper['zip'] ?: '—' }}
RECEIVER
To: {{ $receiver['city'] }}, {{ $shipment->toCountry?->name }} ({{ $shipment->toCountry?->iso_code }})
Company Name:{{ $receiver['company'] ?: '—' }}
Contact Name:{{ $receiver['name'] }}
Tel / Mobile:{{ $receiver['phone'] }}
Email:{{ $receiver['email'] ?: '—' }}
Address:{{ $receiver['address'] }}
City:{{ $receiver['city'] ?: '—' }}
Zip Code:{{ $receiver['zip'] ?: '—' }}
SHIPMENT
Gross Weight:{{ $shipment->weight }} (Kg)
Dimensions:{{ $shipment->dimensions ?: '—' }} (cm)
Volumetric Weight:{{ $shipment->volumetric_weight }} (Kg)
Chargeable Weight:{{ $shipment->chargeable_weight ?: max($shipment->weight, $shipment->volumetric_weight) }} (Kg)
Value:{{ $invoice_total_usd > 0 ? number_format($invoice_total_usd, 0) . ' (USD)' : '—' }}
Service:{{ $service_label }}
Type:{{ $type_label }}
Content:{{ $shipment->content_description ?: $shipment->reason_for_export ?: 'General Goods' }}
PAYMENT
Shipping Price:{{ $shipment->shipping_price ? number_format($shipment->shipping_price, 2) : '—' }}
Extra Service:{{ number_format($shipment->extra_service ?? 0) }}
Domestic Pickup:{{ number_format($shipment->domestic_pickup ?? 0) }}
Packing Cost:{{ number_format($shipment->packing_cost ?? 0) }}
Domestic Delivery:{{ number_format($shipment->domestic_delivery ?? 0) }}
Warehousing:{{ number_format($shipment->warehousing_cost ?? 0) }}
Discount:{{ number_format($shipment->discount ?? 0) }}
Total Fee:{{ number_format($shipment->total_fee ?? 0) }} IRR
Cash on Delivery:{{ $shipment->cod_amount ? number_format($shipment->cod_amount, 2) . ' AED' : '—' }}
@if($items->isNotEmpty())
Shipment Details
| No |
Description |
H.S. Code |
Qty |
Unit Price (USD) |
Total (USD) |
@foreach($items as $item)
| {{ $item->row_number }} |
{{ $item->description }} |
{{ $item->hs_code }} |
{{ $item->quantity }} |
{{ number_format($item->unit_price, 2) }} |
{{ number_format($item->total_usd, 2) }} |
@endforeach
| Total Invoice Amount in USD: |
{{ number_format($invoice_total_usd, 2) }} |
@endif
Please note that:
Door-to-door Services is only applicable when the shipment is general cargo and does not require any special approvals or regulations in origin & destination.
Only Consignee is aware of the importing rules in the destination and consignee is the person who is in contact with the shipper.
The Courier Company cannot guarantee the clearance since All shipments are subjected to customs approval at Origin and Destination.
Shipper Name & Signature:
Date:
...../...../..........