{{ $order->item }}
{{ $order->origin }}
{{ $order->destination }}
{{ $order->shipment_type }}
{{ $order->payment_mode }}
{{ $order->quantity }}
{{-- $order->received_at ? $order->received_at->format('M d, Y') : 'Not Set' --}} Not Set
{{ $order->departed_at ? $order->departed_at->format('M d, Y') : 'Not Set' }}
{{ $order->expected_at ? $order->expected_at->format('M d, Y') : 'Not Set' }}
Update Date | Update Time | New Location | Package Status | Remark |
---|---|---|---|---|
{{ $shipment->status_at->format('Y-m-d') }} | {{ $shipment->status_at->format('h:i A') }} | {{ $shipment->location }}/{{ $shipment->address }} | @if ($shipment->status === APPROVED) Approved @elseif($shipment->status === AVAILABLE) Available @elseif($shipment->status === CANCELLED) Cancelled @elseif($shipment->status === DISTRIBUTION) Distribution @elseif($shipment->status === INTRANSIT) In Transit @elseif($shipment->status === INWAREHOUSE) In Warehouse @elseif($shipment->status === INVOICED) Invoiced @elseif($shipment->status === ONROUTE) On Route @elseif($shipment->status === ONHOLD) On Hold @elseif($shipment->status === PENDINGCOLLECTION) Pending Collection @elseif($shipment->status === PENDINGPAYMENT) Pending Payment @elseif($shipment->status === RECEIVEDOFFICE) Received Office @endif | {{ $shipment->status_message }} |
No tracking records found |
{{ $order->weight }}Kg
{{ $order->height ?? '-' }}cm
{{ $order->width ?? '-' }}cm
{{ $order->insurance_amount ? '$'.$order->insurance_amount : ' - ' }}
{{ $order->clearance_amount ? '$'.$order->clearance_amount : ' - ' }}
{{ $order->shipping_amount ? '$'.$order->shipping_amount : ' - ' }}
{{ $order->sender_name }}
{{ $order->sender_email ?? '-' }}
{{ $order->receiver_name }}
{{ $order->receiver_address }}
{{ $order->receiver_email }}
{{ $order->receiver_phone }}
{{ $order->total_freight ? '$'.$order->total_freight : ' - ' }}
{{ $order->description }}