Products / checkout
Your order
| Product | Total |
|---|---|
| {{$item['product_name']}} × {{$item['quantity']}} | {!!currency()!!} {{number_format($item['quantity']*$item['unit_price'])}} |
| Subtotal | {!!currency()!!} {{number_format($total_price,2)}} |
| GST (18%) | @php $x = 18; $percentage = ($x*$total_price)/100; @endphp {!!currency()!!} {{number_format($percentage,2)}} |
| Grand Total | {!!currency()!!} {{number_format($tot)}}.00 |