@extends('layouts.seller') @section('title', 'Track Shipment') @section('content')

Track a Shipment

Enter a tracking ID to see the latest shipment status.

@if(session('error'))
{{ session('error') }}
@endif
@csrf
@error('tracking_id')

{{ $message }}

@enderror

You can also view all shipments on the "All Shipments" page.

@endsection