{{ __('Order tracking') }}

{{ __('Tracking your order status') }}

@if ($errors->has('order_id')) {{ $errors->first('order_id') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@include('plugins/ecommerce::themes.includes.order-tracking-detail')