diff --git a/resources/views/pages/pdfs/shipping_invoice_sst_inner.blade.php b/resources/views/pages/pdfs/shipping_invoice_sst_inner.blade.php
index c0006b1d..eadd5f87 100644
--- a/resources/views/pages/pdfs/shipping_invoice_sst_inner.blade.php
+++ b/resources/views/pages/pdfs/shipping_invoice_sst_inner.blade.php
@@ -18,7 +18,8 @@
No. 72-3, Jalan Jalil 1,
The Earth Bukit Jalil,
57000 Kuala Lumpur
- Tel: 03-8082 1252
+ Tel: 03-8082 1252
+ SST No: W10-2403-32000643
| No | -Description | -Quantity | -Unit Price (RM) | -Tax (%) | -Tax Amount (RM) | -Total Amount (RM) |
-
|---|---|---|---|---|---|---|
| No | +Description | +Qty | +Unit Price (RM) |
+ Tax (%) | +Tax Amount (RM) |
+ Sub Total (RM) |
+
| {{ $key + 1 }} | -{!! $transaction_detail->name !!} | -{{ round($transaction_detail->quantity, 3) }} | -- {{ round($transaction_detail->price, 2) }} - | -- {{ round($transaction_detail->tax_percentage, 2) }} - | -- {{ number_format(round($transaction_detail->tax_amount, 2), 2) }} - | -- {{ number_format(round($transaction_detail->amount, 2), 2) }} - | -
| {{ $key + 1 }} | +{!! $transaction_detail->name !!} | +{{ round($transaction_detail->quantity, 3) }} | ++ {{ round($transaction_detail->price, 2) }} + | ++ {{ round($transaction_detail->tax_percentage, 2) }} + | ++ {{ number_format(round($transaction_detail->tax_amount, 2), 2) }} + | ++ {{ number_format(round($transaction_detail->amount, 2), 2) }} + | +
| - | Subtotal | -- {{ number_format(round($invoice_transaction->amount - $invoice_transaction->tax, 2), 2) }} - | -||||
| - | Service Charges | -- {{ number_format(round($invoice_transaction->service_charge, 2), 2) }} - | -||||
| - | Tax | -{{ number_format($invoice_transaction->tax, 2) }} | -||||
| - | Total | -- {{ number_format(round($invoice_transaction->amount, 2), 2) }} - | -||||
| + | Subtotal | ++ {{ number_format(round($invoice_transaction->amount - $invoice_transaction->tax, 2), 2) }} + | +||||
| + | Service Charges | ++ {{ number_format(round($invoice_transaction->service_charge, 2), 2) }} + | +||||
| + | Total SST (6%) RM | +{{ number_format($invoice_transaction->tax, 2) }} | +||||
| + | Total Amount RM | ++ {{ number_format(round($invoice_transaction->amount, 2), 2) }} + | +||||