@extends('layouts.front-end.app') @section('title', translate('track_Order_Result')) @push('css_or_js') @endpush @section('content')
{{ translate('clear') }}

{{translate('track_order')}}

@csrf @if(session()->has('Error'))
× {{ session()->get('Error') }}
@endif
{{translate('enter_your_order_ID_&_phone_number_to_get_delivery_updates')}}
@endsection @push('script') @endpush