@section('title','Edit Order') @push('vendor-style') @endpush @push('style') @endpush @push('vendor-script') @endpush @push('script') @endpush
{{-- Content --}}
@csrf
@error('customer_id'){{ $message }}@enderror
@if(auth()->user()->division_id==null)
@else @endif @error('division_id'){{ $message }}@enderror
@if($order->status >= 3 && auth()->user()->can('confirm_order_update'))
@endif

Products

@if($old['products']) @foreach($old['products'] as $index => $product) @if(isset($product['id']) && $product['id']) @endif @endforeach @endif
Item Qty
{{$product['product_id']->name}}
clear