@push('styles') {{-- Minimal styles needed only for Stripe element container --}} @endpush
@include('orders.partials.loading-overlay')

Create Order

Invoice {{ $invoice_number }}

@include('orders.partials.step-navigation')
@csrf
Order Creation Form
@include('orders.wizard.step1-customer') @include('orders.wizard.step2-order-details') @include('orders.wizard.step3-delivery') @include('orders.wizard.step4-review-payment') @include('orders.partials.step-navigation-buttons', ['submitButtonText' => 'Save Order'])
@include('components.product-modal', ['categories' => $categories])
@include('orders.partials.address-autocomplete-script')