| Item | Description | Qty | UOM | U / Price S$ | Amount S$ | ||||
| {{ $ky + 1 }}. |
@isset($line_item["product"]["name"])
{{$line_item["product"]["name"]}}
@endisset
{!! nl2br(e($line_item["description"])) !!}
|
{{ $line_item["quantity"] }} | @isset($line_item["product"]["unit"]["text"]) {{$line_item["product"]["unit"]["text"]}} @endisset | {{ \App\Helpers\Common::formatMoney($line_item["rate"]) }} | {{ \App\Helpers\Common::formatMoney(($line_item["sub_total"] + $line_item["discount"]) - $line_item["tax_amount"]) }} | ||||
| {{\App\Helpers\Common::moneyToWords($total)}} | Sub Total: | S$ | @isset($sub_total) {{\App\Helpers\Common::formatMoney($sub_total)}} @endisset | ||||||
| @isset($tax_name) {{ $tax_name }} @endisset @isset($tax_average) {{ $tax_average }} @endisset %: | S$ | @isset($tax_amount) {{\App\Helpers\Common::formatMoney($tax_amount)}} @endisset | |||||||
|
Notes: @isset($term_conditions) {!! nl2br(e($term_conditions)) !!} @endisset |
Net Total: | S$ | @isset($total) {{\App\Helpers\Common::formatMoney($total)}} @endisset | ||||||
| Issued By: | Acknowledged By: | ||||||||
|
Prepared by : {{$added_by['full_name']}} |
Name / Signature / Company Stamp & Date |
||||||||