diff --git a/resources/views/print/resittebus_ujrah.blade.php b/resources/views/print/resittebus_ujrah.blade.php
index 193f727..be83001 100644
--- a/resources/views/print/resittebus_ujrah.blade.php
+++ b/resources/views/print/resittebus_ujrah.blade.php
@@ -410,20 +410,29 @@
color: black;
padding: 4px;
}
+
+ .header-style {
+ display: flex;
+ justify-content: space-between;
+ align-items: center
+ }
+
+ .header-style span {
+ font-family: Arial, Helvetica, sans-serif;
+ text-align: right;
+ background-color: #d9deda;
+ color: black;
+ padding: 2px;
+ font-size: 10px;
+ border: 1px solid black;
+ }
-
-
- |
-
-
-
-
- | Salinan Pelanggan |
-
-
-
-
+
@@ -470,7 +479,7 @@
| |
|
Tempoh Simpan |
- : {{ $transaction_tebus['beza_tempoh'] }} |
+ : {{ $gadai['tempoh'] }} |
@@ -507,7 +516,9 @@
| (-) Rebat Untung |
- : RM {{ number_format(($transaction_tebus['onepercent'] - $transaction_tebus['onepercent_rebet']), 2) }} |
+ : RM
+ {{ number_format($transaction_tebus['onepercent'] - $transaction_tebus['onepercent_rebet'], 2) }}
+ |
| Ujrah |
@@ -515,7 +526,8 @@
| (-) Rebat Ujrah |
- : RM {{ number_format(($transaction_tebus['ujrah'] - $transaction_tebus['ujrah_rebet']), 2) }} |
+ : RM
+ {{ number_format($transaction_tebus['ujrah'] - $transaction_tebus['ujrah_rebet'], 2) }} |
|
@@ -527,13 +539,15 @@
|
- | Jumlah Perlu Dibayar |
- : RM {{ number_format($transaction_tebus['duit_masuk'], 2) }} |
+ Jumlah Perlu Dibayar |
+ : RM {{ number_format($transaction_tebus['duit_masuk'], 2) }} |
+
+
+
+
+ | Marhun: {{ $gadai['marhun'] }} |
-
- Marhun: {{ $gadai['marhun'] }}
-
| .................................................... |
@@ -543,33 +557,26 @@
.................................................... |
- | Cagaran Di Keluarkan |
+ {{ $khazanah_user->name }} |
|
- Pelanggan |
+ {{ $customers_info['nama'] }} |
|
- Ar-Rahn {{ Auth::user()->name }} |
+ {{ Auth::user()->name }} |
-
-
-
- |
-
-
-
- | Salinan Pejabat |
-
-
-
-
+
@@ -615,7 +622,7 @@
| |
|
Tempoh Simpan |
- : {{ $transaction_tebus['beza_tempoh'] }} |
+ : {{ $gadai['tempoh'] }} |
@@ -653,7 +660,9 @@
| (-) Rebat Untung |
- : RM {{ number_format(($transaction_tebus['onepercent'] - $transaction_tebus['onepercent_rebet']), 2) }} |
+ : RM
+ {{ number_format($transaction_tebus['onepercent'] - $transaction_tebus['onepercent_rebet'], 2) }}
+ |
| Ujrah |
@@ -661,7 +670,8 @@
| (-) Rebat Ujrah |
- : RM {{ number_format(($transaction_tebus['ujrah'] - $transaction_tebus['ujrah_rebet']), 2) }} |
+ : RM
+ {{ number_format($transaction_tebus['ujrah'] - $transaction_tebus['ujrah_rebet'], 2) }} |
|
@@ -673,14 +683,16 @@
|
- | Jumlah Perlu Dibayar |
- : RM {{ number_format($transaction_tebus['duit_masuk'], 2) }} |
+ Jumlah Perlu Dibayar |
+ : RM {{ number_format($transaction_tebus['duit_masuk'], 2) }} |
-
- Marhun: {{ $gadai['marhun'] }}
-
+
+
+ | Marhun: {{ $gadai['marhun'] }} |
+
+
| .................................................... |
@@ -690,11 +702,11 @@
.................................................... |
- | Cagaran Di Keluarkan |
+ {{ $khazanah_user->name }} |
|
- Pelanggan |
+ {{ $customers_info['nama'] }} |
|
- Ar-Rahn {{ Auth::user()->name }} |
+ {{ Auth::user()->name }} |
@@ -713,4 +725,15 @@
: RM {{ number_format($transaction_tebus['bakipelanggan'], 2) }} |
+
+
+ | .................................................... |
+ |
+ .................................................... |
+ |
+ .................................................... |
+ |
+ .................................................... |
+
+