@extends('layouts.app') @section('title', 'Track Your Order') @section('content')
📦

Track Your Order

Enter your order details to see its status

@if($errors->any())
@foreach($errors->all() as $error)

{{ $error }}

@endforeach
@endif
@csrf

Found in your order confirmation email

@auth @endauth
@endsection