diff --git a/resources/views/pages/pdfs/deliver_order.blade.php b/resources/views/pages/pdfs/deliver_order.blade.php
index e957c0f0..d16a68f5 100644
--- a/resources/views/pages/pdfs/deliver_order.blade.php
+++ b/resources/views/pages/pdfs/deliver_order.blade.php
@@ -69,109 +69,8 @@
-
| No | -Stock Code | -Description | -Quantity | -Unit Price (RM) | -Total Amount (RM) |
-
|---|---|---|---|---|---|
| {{ $key + 1 }} | -{{ $transaction_detail->product_code }} | -{{ $transaction_detail->product_name }} | -{{ $transaction_detail->quantity }} | -- {{ number_format($exactUnitPrice, 2) }} - | -- {{ number_format($itemTotal, 2) }} - | -
| - | Subtotal | -{{ number_format($subtotal, 2) }} | -|||
| - | Service Charges | -{{ number_format($transaction->service_charge, 2) }} | -|||
| - | Voucher ({{ $voucher_redemption->voucher->code }}) | --{{ number_format($voucherDiscount, 2) }} | -|||
| - | Tax | -{{ number_format($transaction->tax, 2) }} | -|||
| - | Adjustment | -{{number_format($discrepancy, 5)}} | -|||
| - | Total | -- {{ number_format($total, 2) }} - | -|||
| No | -Stock Code | -Description | -Quantity | -Unit Price (RM) | -Total Amount (RM) |
-
|---|---|---|---|---|---|
| {{ $key + 1 }} | -{{ $transaction_detail->product_code }} | -{{ $transaction_detail->product_name }} | -{{ $transaction_detail->quantity }} | -- {{ $displayUnitPrice }} - | -- {{ $displayedItemTotal }} - | -
| - | Subtotal | -{{ number_format($displayedSubtotal, 2) }} | -|||
| - | Service Charges | -{{ number_format($transaction->service_charge, 2) }} | -|||
| - | Voucher ({{ $voucher_redemption->voucher->code }}) | --{{ number_format($voucherDiscount, 2) }} | -|||
| - | Tax | -{{ number_format($transaction->tax, 2) }} | -|||
| - | Adjustment | -{{number_format($discrepancy, 5)}} | -|||
| - | Total | -- {{ number_format($total, 2) }} - | -|||
| No | -Stock Code | -Description | -Quantity | -Unit Price (RM) | -Total Amount (RM) |
-
|---|---|---|---|---|---|
| {{ $key + 1 }} | -{{ $transaction_detail->product_code }} | -{{ $transaction_detail->product_name }} | -{{ $transaction_detail->quantity }} | -- {{ number_format($exactUnitPrice, 2) }} - | -- {{ number_format($itemTotal, 2) }} - | -
| - | Subtotal | -{{ number_format($subtotal, 2) }} | -|||
| - | Service Charges | -{{ number_format($transaction->service_charge, 2) }} | -|||
| - | Voucher ({{ $voucher_redemption->voucher->code }}) | --{{ number_format($voucherDiscount, 2) }} | -|||
| - | Tax | -{{ number_format($transaction->tax, 2) }} | -|||
| - | Adjustment | -{{number_format($discrepancy, 5)}} | -|||
| - | Total | -- {{ number_format($total, 2) }} - | -|||
| No | +Stock Code | +Description | +Quantity | +Unit Price (RM) | +Total Amount (RM) |
+
|---|---|---|---|---|---|
| {{ $key + 1 }} | +{{ $transaction_detail->product_code }} | +{{ $transaction_detail->product_name }} | +{{ $transaction_detail->quantity }} | ++ {{ number_format($displayUnitPrice, 2) }} + | ++ {{ number_format($displayedItemTotal, 2) }} + | +
| + | Subtotal | +{{ number_format($displayedSubtotal, 2) }} | +|||
| + | Service Charges | +{{ number_format($transaction->service_charge, 2) }} | +|||
| + | Voucher ({{ $voucher_redemption->voucher->code }}) | +-{{ number_format($voucherDiscount, 2) }} | +|||
| + | Tax | +{{ number_format($transaction->tax, 2) }} | +|||
| + | Adjustment | +{{number_format($discrepancy, 5)}} | +|||
| + | Total | ++ {{ number_format($total, 2) }} + | +|||