Convert Quote
@csrf
@error('client_num') {{ $message }} @enderror

Product Details:
@foreach($quote->quotesItem as $index => $item) @php $product = $products->firstWhere('id', $item->product_id); $available_qty = $product ? $product->qty : 0; @endphp @endforeach
# Product Avl. Qty Qty Unit Price Amount Action
{{ $index + 1 }}
Sub Total: {{ $quote->sub_total }} ₹
Discount: {{ $quote->discount_amount }} ₹
Total: {{ $quote->total_amount }} ₹