@extends('layouts.frontend') @section('title', 'Track Shipment') @section('content')
Enter your container number below to see the current status of your cargo delivery.
Shipment Number
Origin
{{ $booking->pickup_location }}
{{ $booking->pickup_date->format('d M, Y') }}
Destination
{{ $booking->delivery_location }}
{{ $booking->delivery_date ? $booking->delivery_date->format('d M, Y') : 'Estimated Delivery' }}
Quantity
{{ $booking->carton_count }} Cartons
Weight
{{ $booking->weight_kg }} kg
Items Description
{{ $booking->cargo_description }}
{{ $track->status }} at {{ $track->location }}
@if($track->remarks){{ $track->remarks }}
@endifBooking Created
We couldn't find any shipment with the number {{ $cntr_no }}.
Please check the number and try again.