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

@yield('title')

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

@include('orders.partials.step-navigation')
@method('PUT') @csrf
Order Edit Form
@if(session('error')) @endif @include('orders.partials.order-type-step') @include('orders.partials.customer-details-step', ['hideCustomerSearch' => true]) @include('orders.partials.product-description-step') @include('orders.partials.delivery-details-step') @include('orders.partials.card-message-step') @include('orders.partials.summary-step') @include('orders.partials.payment-step') @include('orders.partials.final-confirmation-step') @include('orders.partials.step-navigation-buttons', [ 'submitButtonText' => 'Save Order', 'cancelUrl' => route('invoices.index') ])
@include('components.product-modal', ['categories' => $categories])
@include('orders.partials.address-autocomplete-script')