@push('styles') @endpush
@include('orders.partials.loading-overlay')

Edit Order

Invoice {{ $order->invoice->number }}

@include('orders.partials.step-navigation')
@method('PUT') @csrf
Order Edit Form
@include('orders.wizard.step1-customer', ['hideCustomerSearch' => true]) @include('orders.wizard.step2-order-details') @include('orders.wizard.step3-delivery') @include('orders.wizard.step4-review-payment') @include('orders.partials.step-navigation-buttons', [ 'submitButtonText' => 'Update Order', 'cancelUrl' => route('invoices.index') ])
@include('components.product-modal', ['categories' => $categories])
@include('orders.partials.address-autocomplete-script')