Subject : {{$quotation->job_title}}
@foreach($quotation_line_items as $key=>$lineItem) @if($lineItem['product_type'] == 'header') @endif @if($lineItem['product_type'] !== 'header' && $lineItem['is_child'] !== true) @endif @if($lineItem['product_type'] !== 'header' && $lineItem['is_child'] == true) @endif @endforeach
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