@include('orders.partials.loading-overlay')
@yield('title')
Invoice NO: {{ $order->invoice->number }}
@include('orders.partials.step-navigation')
@include('components.product-modal', ['categories' => $categories])
@include('orders.partials.address-autocomplete-script')