diff --git a/resources/views/print/laporan_penebusan.blade.php b/resources/views/print/laporan_penebusan.blade.php
index bafbf38..5082370 100644
--- a/resources/views/print/laporan_penebusan.blade.php
+++ b/resources/views/print/laporan_penebusan.blade.php
@@ -335,17 +335,31 @@
Not Applicable |
- | {{ $upahlama['bil'] }} |
+ {{ $upahlama['bilkaunter'] }} |
Bayaran Upah |
Not Applicable |
- {{ number_format($upahlama['total'],2) }} |
+ {{ number_format($upahlama['totalkaunter'],2) }} |
Not Applicable |
- | {{ $ansuran['bilangan'] }} |
+ {{ $upahlama['bilonline'] }} |
+ Bayaran Upah Online |
+ Not Applicable |
+ {{ number_format($upahlama['totalonline'],2) }} |
+ Not Applicable |
+
+
+ | {{ $ansuran['bilangankaunter'] }} |
Ansuran Pembiayaan |
- {{ number_format($ansuran['totalpendahuluan'],2) }} |
- {{ number_format($ansuran['totalkeuntungan'],2) }} |
+ {{ number_format($ansuran['totalpendahuluankaunter'],2) }} |
+ {{ number_format($ansuran['totalkeuntungankaunter'],2) }} |
+ Not Applicable |
+
+
+ | {{ $ansuran['bilanganonline'] }} |
+ Ansuran Pembiayaan Online |
+ {{ number_format($ansuran['totalpendahuluanonline'],2) }} |
+ {{ number_format($ansuran['totalkeuntunganonline'],2) }} |
Not Applicable |