| Subject | : | {{$quotation->job_title}} |
|---|
| ITEM NAME & DESCRIPTION | QTY | UNIT PRICE | TOTAL PRICE | |||
|---|---|---|---|---|---|---|
| {{ucfirst($lineItem['product'])}} | ||||||
| {{$lineItem['sno']}}. | {{ucfirst($lineItem['product'])}} | {{$lineItem['quantity']}} | {{$lineItem['selling_cost']}} | {{$lineItem['total']}} | ||
| {{$lineItem['sno']}}) | {{ucfirst($lineItem['product'])}} | {{$lineItem['quantity']}} | {{$lineItem['selling_cost']}} | {{$lineItem['total']}} | ||
| Sub Total | ${{$quotation->sub_total}} |
| GST {{$quotation->tax_value}} % | ${{$quotation->tax_amount}} |
| Total Charges | ${{$quotation->total}} |
|---|
| Term & Conditions : |
| @if($quotation->term_conditions) {!! $quotation->term_conditions !!} @endif |