| Subject | : | {{$invoice->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 | ${{$invoice->sub_total}} |
| GST {{$invoice->tax_value}} % | ${{$invoice->tax_amount}} |
| Total Charges | ${{$invoice->total}} |
|---|
| Term & Conditions | : | @if($invoice->term_conditions) {!! $invoice->term_conditions !!} @endif |