@extends('layouts.seller') @section('title', 'Edit Order') @section('content')

Edit Order #{{ $order->tracking_id }}

@csrf @method('PUT')

Recipient Information

Parcel Details

Cancel
@endsection