@csrf @if($quote->exists)@method('PATCH')@endif

Line items

Customer and quantity pricing applies on save.

@if($errors->any())
Please correct the highlighted quote information. {{ $errors->first() }}
@endif
Cancel
@php $existing = old('items', $quote->exists ? $quote->items->map(fn($item)=>['product_id'=>$item->product_id,'quantity'=>(float)$item->quantity,'description'=>$item->description])->values()->all() : [['product_id'=>'','quantity'=>1,'description'=>'']]); @endphp