@section('title','Add 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
@error('delivery_address'){{ $message }}@enderror
@error('placedOn'){{ $message }}@enderror

Products

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