@if(isset($quote) and $quote->quote_products->count()) @foreach($quote->quote_products as $quote_product) @endforeach @endif
# Item Qty On Hand Discount % Unit Price Amount
{{$loop->index + 1}}
{{ number_format($quote_product->product->getAvailableForSale($quote->branch_id)) }}
@php $checked = ""; if($quote_product->volume_discount_qty === 1) { $checked = "checked='checked'"; } @endphp
data_price->unit_price)) data-base-price="{{$quote_product->data_price->unit_price}}" placeholder="{{$quote_product->data_price->unit_price}}" @endif class="form-control form-control-sm price" style="width: 100px"/>