@extends('front.layout.master') @section('title', __('Track order') . ' | ') @section('body')

{{ __('Track your order') }}

{{ __('Enter your Tracking ID below. You received it on your order page and in the confirmation email.') }}

@csrf

{{ __('Need help finding your tracking ID?') }} {{ __('Contact support') }}

@endsection @section('script') @endsection