@extends('layouts.app') @section('title', $shipment ? 'Tracking '.$shipment->tracking_number : 'Tracking | Accessway Express Courier Services') @section('content') @if($shipment) @php $progress = $shipment->progress(); $arrival = $shipment->arrivalMoment(); $mapQuery = $shipment->mapQuery(); $latest = $shipment->events->first(); @endphp

A consignment was sent to you through Accessway Express Courier and Shipping Company We recommend that you regularly keep track of your freight through our tracking system here. Feel free to contact us through our email in the contact page if you need any assistance of whatsoever kind.

Your consignment details are as stated below

Print Shipping Invoice

Receiver's Details

Full Name Address Email Address Phone Number
{{ $shipment->receiver_name }} {{ $shipment->receiver_address ?: ($shipment->destination_city.', '.$shipment->destination_country) }} {{ $shipment->receiver_email ?: '—' }} {{ $shipment->receiver_phone ?: '—' }}

Sender's Details

Sender's Name Address
{{ $shipment->sender_name }} {{ $shipment->sender_address ?: ($shipment->origin_city.', '.$shipment->origin_country) }}

Consignment's Details

Consignment No Package Weight Tracking Number Status Service Type Delivery Mode Delivery Completion
{{ $shipment->consignment_no ?: 'Accessway Express Courier' }} {{ rtrim(rtrim(number_format((float) $shipment->weight_kg, 2), '0'), '.') }}KG {{ $shipment->tracking_number }} {{ $shipment->parcelStatus() }} {{ $shipment->service_type ?: 'Parcel' }} {{ $shipment->delivery_mode ?: 'COURIER' }} {{ $progress }} % Complete
{{ $progress }}%
Details Current Location Arrival Day Arrival Date Arrival Country Comments
{{ $shipment->detailLabel() }} {{ $shipment->current_location ?: $shipment->origin_country }} {{ $arrival ? $arrival->format('l') : '—' }} {{ $arrival ? $arrival->format('Y/m/d / h:iA') : '—' }} {{ $shipment->receiver_address ?: ($shipment->destination_city.', '.$shipment->destination_country) }} {{ $latest->description ?? ('The parcel has been dispatched from '.$shipment->origin_country.' and is route to '.$shipment->destination_country.'.') }}

Tracking Informations

Comment
{{ $shipment->comment ?: 'Notice: Note: The receiver is expected to pay the clearance fee as soon as the parcel arrives at destination.' }}
@else

Tracking

Insert Tracking Code below

Searching... Please wait.
@if($searched)
No shipment found for that tracking code. Please check the number and try again.
@endif
@endif @endsection @section('cta') @if($shipment)
Thanks for patronising us. Feel free to track your package anytime.

We provide international freight & courier service worldwide

Get our service
@else

We provide international freight & courier service worldwide

Get our service
@endif @endsection