diff --git a/resources/views/print/resitansuran_ujrah.blade.php b/resources/views/print/resitansuran_ujrah.blade.php
index 45d19e9..9129dea 100644
--- a/resources/views/print/resitansuran_ujrah.blade.php
+++ b/resources/views/print/resitansuran_ujrah.blade.php
@@ -501,7 +501,7 @@
|
|
Keuntungan |
- : RM {{ number_format($transaction['bayaran_keuntungan'], 2) }} |
+ : RM {{ number_format($transaction['onepercent'], 2) }} |
|
@@ -525,7 +525,7 @@
@php
$jumlah_perlu_dibayar = $transaction['bayaran_pembiayaan'] + $transaction['bayaran_keuntungan'] + $transaction['ujrah'];
@endphp
- : RM {{ number_format($jumlah_perlu_dibayar, 2) }} |
+ : RM {{ number_format($transaction['duit_masuk'], 2) }} |
@@ -651,7 +651,7 @@
|
|
Keuntungan |
- : RM {{ number_format($transaction['bayaran_keuntungan'], 2) }} |
+ : RM {{ number_format($transaction['onepercent'], 2) }} |
|
@@ -675,7 +675,7 @@
@php
$jumlah_perlu_dibayar = $transaction['bayaran_pembiayaan'] + $transaction['bayaran_keuntungan'] + $transaction['ujrah'];
@endphp
- : RM {{ number_format($jumlah_perlu_dibayar, 2) }} |
+ : RM {{ number_format($transaction['duit_masuk'], 2) }} |
diff --git a/resources/views/print/resittebus_ujrah.blade.php b/resources/views/print/resittebus_ujrah.blade.php
index d8e756a..f3d4338 100644
--- a/resources/views/print/resittebus_ujrah.blade.php
+++ b/resources/views/print/resittebus_ujrah.blade.php
@@ -537,7 +537,7 @@
$jumlah_perlu_dibayar = $penebusan['bakipjm'] + $penebusan['onepercent'] - $transaction_tebus['onepercent_rebet'] + $penebusan['ujrah'] - $transaction_tebus['ujrah_rebet'];
@endphp
Jumlah Perlu Dibayar |
- : RM {{ number_format($jumlah_perlu_dibayar, 2) }} |
+ : RM {{ number_format($transaction_tebus['duit_masuk'], 2) }} |
@@ -689,7 +689,7 @@
$jumlah_perlu_dibayar = $penebusan['bakipjm'] + $penebusan['onepercent'] - $transaction_tebus['onepercent_rebet'] + $penebusan['ujrah'] - $transaction_tebus['ujrah_rebet'];
@endphp
Jumlah Perlu Dibayar |
- : RM {{ number_format($jumlah_perlu_dibayar, 2) }} |
+ : RM {{ number_format($transaction_tebus['duit_masuk'], 2) }} |