@extends('frontend.layouts.app')
@push('stylepush')
@endpush
@section('content')
{{ translate("To track your order please enter your Order ID in the box below and press the “Track Button”. This was given to you on your receipt and in the confirmation email you should have received") }}
{{ translate('Order Confirm') }}
{{ translate('Picked by courier') }}
{{ translate('On The Way') }}
{{ translate('Delivered') }}
{{ translate('Order ID') }}
: #{{ @$order->order_id }} {{ translate('Order date') }} : {{ translate('Shipping by') }} : {{ translate('Status') }} :
{{ translate('Tracking order lists') }}
{{ translate('Total') }} :
{{ short_amount($order->amount) }}
{{ translate('Deliveryman') }}
{{ translate('Billing Info') }}
{{ translate('Custom Info') }}
{{ translate('Order Info') }}