diff --git a/resources/views/print/resittebusautotawarruq.blade.php b/resources/views/print/resittebusautotawarruq.blade.php
index 318e7e7..96e01fa 100644
--- a/resources/views/print/resittebusautotawarruq.blade.php
+++ b/resources/views/print/resittebusautotawarruq.blade.php
@@ -452,15 +452,10 @@ hr.new5 {
- | Baki Pembiayaan |
- |
- : RM {{ number_format($gadai['bakipjm'],2) }} |
-
-
- | (+) Keuntungan (Semasa) |
+ B. Pembiayaan + Keuntungan |
|
@php $temp_loan = $gadai['bakipjm'] + $transaction_keuntungan['bayaran_keuntungan']; @endphp
- : RM {{ number_format($transaction_keuntungan['bayaran_keuntungan'],2) }} |
+ : RM {{ number_format($temp_loan,2) }} |
| (-) Bayaran Pelanggan |
@@ -469,24 +464,24 @@ hr.new5 {
: RM {{ number_format($temp_totalpay,2) }} |
- |
-
-
- |
-
-
- |
-
-
- | Jumlah Bayaran |
+ Jumlah Bayaran |
|
@php $total = $temp_loan - $temp_totalpay; @endphp
- : RM {{ number_format($total,2) }} |
+ : RM {{ number_format($total,2) }} |
+
+
+ |
+
+
+ |
+
+
+ |
| Pembiayaan Baru |
|
- : RM {{ number_format($gadai['bakipjm'] - $transaction_keuntungan['bayaran_pembiayaan'],2) }} |
+ : RM {{ number_format($gadai['bakipjm'] - $transaction_keuntungan['bayaran_pembiayaan'],2) }} |