mahmoud

QUOTATION

No: {{ str_replace('INVOICE', 'B', $quo->invoice) }}

Date :

customer name number phone
@php $totals_itm = 0; @endphp @foreach ($quo->quotationDetails as $qd) @php $item_exp = explode('+',$qd->item_name); $item_name =$item_exp[0]??null; $item_barcode =end($item_exp)??null; @endphp @php $totals_itm += $qd->item_total; @endphp @endforeach
s barcode description unit price Quantity Total Notes
{{ $loop->iteration }} {{ $item_barcode }} {{ $item_name }} {{ formatAmount($qd->item_price) }} {{ formatAmount($qd->item_qty,0) }} {{ formatAmount($qd->item_total) }}  
TOTAL {{ formatAmount($totals_itm)}}  

subtotal {{ formatAmount($quo->sub_total)}}
Discount {{ formatAmount($quo->discount)}}
Grand Total {{ formatAmount($quo->grand_total)}}
Advance {{ formatAmount($quo->advance)}}

Signature :

Terms and Conditions :