@extends('layouts.mobile') @section('title', 'Tracking Result') @section('content')
{{ $order->tracking_code }}
{{ $order->special_instructions }}
Package booking confirmed
{{ $order->created_at->format('M d, Y h:i A') }}Collected from sender
@if($order->status !== 'created') {{ $order->updated_at->format('M d, Y h:i A') }} @else Pending @endifOn the way to destination
@if(in_array($order->status, ['in_transit', 'delivered'])) {{ $order->updated_at->format('M d, Y h:i A') }} @else Pending @endifPackage delivered successfully
@if($order->status === 'delivered') {{ $order->updated_at->format('M d, Y h:i A') }} @else Pending @endif