From 0010de66a762af9df3d8cc087cb60e865bcc446d Mon Sep 17 00:00:00 2001 From: Amir Date: Wed, 10 Jan 2024 09:19:16 +0800 Subject: [PATCH] fix resit ansuran, tebus tawarruq, tebus ujrah, ps --- .../views/print/resitansuran_ujrah.blade.php | 26 +- resources/views/print/resittebus.blade.php | 531 ++++++++++++------ .../views/print/resittebus_ujrah.blade.php | 472 ++++++++++------ .../print/resittebusautotawarruq.blade.php | 169 ++++-- 4 files changed, 824 insertions(+), 374 deletions(-) diff --git a/resources/views/print/resitansuran_ujrah.blade.php b/resources/views/print/resitansuran_ujrah.blade.php index 55ae7d5..885f176 100644 --- a/resources/views/print/resitansuran_ujrah.blade.php +++ b/resources/views/print/resitansuran_ujrah.blade.php @@ -416,6 +416,18 @@ font-size: 10px; border: 1px solid black; } + + .receipt-type-style { + position: absolute; + right: 0; + height: 100%; + width:40px; + display:flex; + justify-content:center; + align-items:end; + font-size: 45px; + font-weight: bold; + }
@@ -427,6 +439,8 @@

+
+
A
@@ -469,10 +483,11 @@
: {{ $masa }}
+
+
-

A

- +
@@ -541,6 +556,8 @@
+
+
A
Ansuran Pembiayaan : RM {{ number_format($transaction['bayaran_pembiayaan'], 2) }}
@@ -584,10 +601,11 @@
: {{ $masa }}
+ +
-

A

- +
diff --git a/resources/views/print/resittebus.blade.php b/resources/views/print/resittebus.blade.php index 4eb95a6..0661757 100644 --- a/resources/views/print/resittebus.blade.php +++ b/resources/views/print/resittebus.blade.php @@ -384,7 +384,42 @@ hr.new5 { font-size: 10px; border: 1px solid black; } - + + .center-table-style-border { + display: flex; + justify-content:center; + border: 1px solid black + } + + .center-table-style { + display: flex; + justify-content:center; + } + + .receipt-type-style { + position: absolute; + right: 0; + height: 100%; + width:40px; + display:flex; + justify-content:center; + align-items:end; + font-size: 45px; + font-weight: bold; + } + + .custom-table-right { + border: none !important; + border-left: 1px solid !important; + } + + .text-center { + text-align: center !important; + } + + .vertical-baseline { + vertical-align: baseline !important; + } @@ -400,93 +435,174 @@ hr.new5 {
+
+
T
Ansuran Pembiayaan : RM {{ number_format($transaction['bayaran_pembiayaan'], 2) }}
- - - - - - - - - - - - - - -@php - $masa_bayaran = strtotime($transaction_tebus['tarikh_bayaran']); - $masa = date('H:i:s', $masa_bayaran); -@endphp - - - - + @if (sizeof($wakil) != 0) + + + + + + + + + + + + + + + + + + + + + + + + + + + + @php + $masa_bayaran = strtotime($transaction_tebus['tarikh_bayaran']); + $masa = date('H:i:s', $masa_bayaran); + @endphp + + + + + + + + + + + + + + + + + + @else + + + + + + + + + + + + + + + + + + + + + + + + @php + $masa_bayaran = strtotime($transaction_tebus['tarikh_bayaran']); + $masa = date('H:i:s', $masa_bayaran); + @endphp + + + + + + + + + + @endif
Nama : {{ $customers_info['nama'] }} No SAG: {{ $gadai['norujukan'] }}
No K/P : @php if($customers_info['kpbaru'] == '') echo $customers_info['kplama']; else echo $customers_info['kpbaru']; @endphp Tarikh Bayar: @php $time = new DateTime($penebusan['t_tebus']); $date = $time->format('d/m/Y'); echo $date; @endphp
Tempoh Simpan: {{ $gadai['tempoh'] }}
Masa Bayaran : {{ $masa }}
Nama Wakil:{{ $wakil['nama'] }} No SAG: {{ $gadai['norujukan'] }}
No K/P Wakil:{{ $wakil['nokp'] }} Tarikh Bayar: @php + $time = new DateTime($penebusan['t_tebus']); + $date = $time->format('d/m/Y'); + echo $date; + @endphp
No Telefon:{{ $wakil['telefon'] }} Masa Bayaran : {{ $masa }}
Alamat :{{ $wakil['alamat1'] }} Tempoh Simpan: {{ $gadai['tempoh'] }}
No Wakil:{{ sizeof($surat_wakil) == 0 ? '-' : $surat_wakil['no_surat'] }}
Nama: {{ $customers_info['nama'] }} No SAG: {{ $gadai['norujukan'] }}
No K/P : @php + if ($customers_info['kpbaru'] == '') { + echo $customers_info['kplama']; + } else { + echo $customers_info['kpbaru']; + } + @endphp Tarikh Bayar: @php + $time = new DateTime($penebusan['t_tebus']); + $date = $time->format('d/m/Y'); + echo $date; + @endphp
Masa Bayaran : {{ $masa }}
Tempoh Simpan: {{ $gadai['tempoh'] }}
-
+ -
-

T

-@if (sizeof($wakil) != 0) - - - - - - - - - - - - - - - - - - - - - - - - +
+ +
+ @if (sizeof($wakil) != 0) +
Maklumat Wakil
Nama: {{ $wakil['nama'] }}
No K/P: {{ $wakil['nokp'] }}
No Telefon: {{ $wakil['telefon'] }}
Alamat: {{ $wakil['alamat1'] }}
No Siri Wakil: {{ sizeof($surat_wakil) == 0 ? '-' : $surat_wakil['no_surat'] }}
+ + + + + + + + + + + + +
Maklumat Pelanggan
Nama:{{ $customers_info['nama'] }}
No K/P: + @php + if ($customers_info['kpbaru'] == '') { + echo $customers_info['kplama']; + } else { + echo $customers_info['kpbaru']; + } + @endphp +
-@endif + @endif - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Harga Jualan: RM {{ number_format(($gadai['hargajualan']),2) }}
(-) Jumlah Ansuran Telah Dibayar: RM {{ number_format($totalBayaranAnsuran,2) }}
Baki Harga Jualan: RM {{ number_format($gadai['bakihargajualan'],2) }}
(-) Ibra' (Rebat): RM {{ number_format($penebusan['rebate'],2) }}
Tebus Keseluruhan: RM {{ number_format(($gadai['bakihargajualan'] - $penebusan['rebate']),2) }}
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Harga Jualan: RM {{ number_format($gadai['hargajualan'], 2) }}
(-) Ansuran Telah Dibayar: RM {{ number_format($totalBayaranAnsuran, 2) }}
Baki Harga Jualan: RM {{ number_format($gadai['bakihargajualan'], 2) }}
(-) Ibra' (Rebat): RM {{ number_format($penebusan['rebate'], 2) }}
Tebus Keseluruhan: RM + {{ number_format($gadai['bakihargajualan'] - $penebusan['rebate'], 2) }}
@@ -510,14 +626,14 @@ hr.new5 { - + - + @@ -539,91 +655,174 @@ hr.new5 {
-
Khazanah Pelanggan{{ sizeof($wakil) != 0 ? 'Wakil' : 'Pelanggan' }} Ar-Rahn
{{ $khazanah_user->name }} {{ $customers_info['nama'] }} {{ sizeof($wakil) != 0 ? $wakil['nama'] : $customers_info['nama'] }} {{ Auth::user()->name }}
+
+
T
+
+ @if (sizeof($wakil) != 0) + + + + + + + + + + + + + + + + + + + + + + + + + + + + @php + $masa_bayaran = strtotime($transaction_tebus['tarikh_bayaran']); + $masa = date('H:i:s', $masa_bayaran); + @endphp + + + + + + + + + + + + + + + + + + @else + + + + + + + + + + + + + + + + + + + + + + + + @php + $masa_bayaran = strtotime($transaction_tebus['tarikh_bayaran']); + $masa = date('H:i:s', $masa_bayaran); + @endphp + + + + + + + + + + @endif +
Nama Wakil:{{ $wakil['nama'] }} No SAG: {{ $gadai['norujukan'] }}
No K/P Wakil:{{ $wakil['nokp'] }} Tarikh Bayar: @php + $time = new DateTime($penebusan['t_tebus']); + $date = $time->format('d/m/Y'); + echo $date; + @endphp
No Telefon:{{ $wakil['telefon'] }} Masa Bayaran : {{ $masa }}
Alamat :{{ $wakil['alamat1'] }} Tempoh Simpan: {{ $gadai['tempoh'] }}
No Wakil:{{ sizeof($surat_wakil) == 0 ? '-' : $surat_wakil['no_surat'] }}
Nama: {{ $customers_info['nama'] }} No SAG: {{ $gadai['norujukan'] }}
No K/P : @php + if ($customers_info['kpbaru'] == '') { + echo $customers_info['kplama']; + } else { + echo $customers_info['kpbaru']; + } + @endphp Tarikh Bayar: @php + $time = new DateTime($penebusan['t_tebus']); + $date = $time->format('d/m/Y'); + echo $date; + @endphp
Masa Bayaran : {{ $masa }}
Tempoh Simpan: {{ $gadai['tempoh'] }}
+ - -Nama : {{ $customers_info['nama'] }} No SAG: {{ $gadai['norujukan'] }} - - -No K/P : @php if($customers_info['kpbaru'] == '') echo $customers_info['kplama']; else echo $customers_info['kpbaru']; @endphp Tarikh Bayar: @php $time = new DateTime($penebusan['t_tebus']); $date = $time->format('d/m/Y'); echo $date; @endphp - - - - Tempoh Simpan: {{ $gadai['tempoh'] }} - - - - Masa Bayaran -@php - $masa_bayaran = strtotime($transaction_tebus['tarikh_bayaran']); - $masa = date('H:i:s', $masa_bayaran); -@endphp -: {{ $masa }} - -
-
-

T

+
@if (sizeof($wakil) != 0) - - - - - - - - - - - - - - - - - - - - - - - - -
Maklumat Wakil
Nama: {{ $wakil['nama'] }}
No K/P: {{ $wakil['nokp'] }}
No Telefon: {{ $wakil['telefon'] }}
Alamat: {{ $wakil['alamat1'] }}
No Siri Wakil: {{ sizeof($surat_wakil) == 0 ? '-' : $surat_wakil['no_surat'] }}
+ + + + + + + + + + + + + + +
Maklumat Pelanggan
Nama:{{ $customers_info['nama'] }}
No K/P: + @php + if ($customers_info['kpbaru'] == '') { + echo $customers_info['kplama']; + } else { + echo $customers_info['kpbaru']; + } + @endphp +
@endif - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Harga Jualan: RM {{ number_format(($gadai['hargajualan']),2) }}
(-) Jumlah Ansuran Telah Dibayar: RM {{ number_format($totalBayaranAnsuran,2) }}
Baki Harga Jualan: RM {{ number_format($gadai['bakihargajualan'],2) }}
(-) Ibra' (Rebat): RM {{ number_format($penebusan['rebate'],2) }}
Tebus Keseluruhan: RM {{ number_format(($gadai['bakihargajualan'] - $penebusan['rebate']),2) }}
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Harga Jualan: RM {{ number_format($gadai['hargajualan'], 2) }}
(-) Ansuran Telah Dibayar: RM {{ number_format($totalBayaranAnsuran, 2) }}
Baki Harga Jualan: RM {{ number_format($gadai['bakihargajualan'], 2) }}
(-) Ibra' (Rebat): RM {{ number_format($penebusan['rebate'], 2) }}
Tebus Keseluruhan: RM + {{ number_format($gadai['bakihargajualan'] - $penebusan['rebate'], 2) }}
@@ -643,7 +842,7 @@ hr.new5 { - + @@ -651,7 +850,7 @@ hr.new5 { - + diff --git a/resources/views/print/resittebus_ujrah.blade.php b/resources/views/print/resittebus_ujrah.blade.php index 1e84a69..134d031 100644 --- a/resources/views/print/resittebus_ujrah.blade.php +++ b/resources/views/print/resittebus_ujrah.blade.php @@ -426,11 +426,47 @@ font-size: 10px; border: 1px solid black; } + + .center-table-style-border { + display: flex; + justify-content: center; + border: 1px solid black + } + + .center-table-style { + display: flex; + justify-content: center; + } + + .receipt-type-style { + position: absolute; + right: 0; + height: 100%; + width: 40px; + display: flex; + justify-content: center; + align-items: end; + font-size: 45px; + font-weight: bold; + } + + .custom-table-right { + border: none !important; + border-left: 1px solid !important; + } + + .text-center { + text-align: center !important; + } + + .vertical-baseline { + vertical-align: baseline !important; + }
- User Image - User Image + User Image + User Image
Salinan Pelanggan @@ -438,88 +474,144 @@

-
Khazanah Pelanggan{{ sizeof($wakil) != 0 ? 'Wakil' : 'Pelanggan' }} Ar-Rahn
{{ $khazanah_user->name }} {{ $customers_info['nama'] }}{{ sizeof($wakil) != 0 ? $wakil['nama'] : $customers_info['nama'] }} {{ Auth::user()->name }}
+
+
T
+
- - - - - - - - - - - - - - - - - - + @if (sizeof($wakil) != 0) + + + + + + + + + + + + + + + + + + + + + + + + + + + + @php + $masa_bayaran = strtotime($transaction_tebus['tarikh_bayaran']); + $masa = date('H:i:s', $masa_bayaran); + @endphp + + + + + + + + + + + + + + + + + + @else + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + @php + $masa_bayaran = strtotime($transaction_tebus['tarikh_bayaran']); + $masa = date('H:i:s', $masa_bayaran); + @endphp + + - - - - - - @php - $masa_bayaran = strtotime($transaction_tebus['tarikh_bayaran']); - $masa = date('H:i:s', $masa_bayaran); - @endphp - - -
Nama: {{ $customers_info['nama'] }} No SAG: {{ $gadai['norujukan'] }}
No K/P : @php - if ($customers_info['kpbaru'] == '') { - echo $customers_info['kplama']; - } else { - echo $customers_info['kpbaru']; - } - @endphp Tarikh Bayar: @php - $time = new DateTime($penebusan['t_tebus']); - $date = $time->format('d/m/Y'); - echo $date; - @endphp
Nama Wakil:{{ $wakil['nama'] }} No SAG: {{ $gadai['norujukan'] }}
No K/P Wakil:{{ $wakil['nokp'] }} Tarikh Bayar: @php + $time = new DateTime($penebusan['t_tebus']); + $date = $time->format('d/m/Y'); + echo $date; + @endphp
No Telefon:{{ $wakil['telefon'] }} Masa Bayaran : {{ $masa }}
Alamat :{{ $wakil['alamat1'] }} Tempoh Simpan: {{ $gadai['tempoh'] }}
No Wakil:{{ sizeof($surat_wakil) == 0 ? '-' : $surat_wakil['no_surat'] }}
Nama: {{ $customers_info['nama'] }} No SAG: {{ $gadai['norujukan'] }}
No K/P : @php + if ($customers_info['kpbaru'] == '') { + echo $customers_info['kplama']; + } else { + echo $customers_info['kpbaru']; + } + @endphp Tarikh Bayar: @php + $time = new DateTime($penebusan['t_tebus']); + $date = $time->format('d/m/Y'); + echo $date; + @endphp
Tempoh Simpan: {{ $gadai['tempoh'] }}
Masa Bayaran: {{ $masa }}
Masa Bayaran: {{ $masa }}
+ + + + + Tempoh Simpan + : {{ $gadai['tempoh'] }} + + @endif + +
+ -
-

T

+
@if (sizeof($wakil) != 0) - +
- + - - + + + - - - - - - - - - - - - - - + + +
Maklumat WakilMaklumat Pelanggan
Nama: {{ $wakil['nama'] }}Nama:{{ $customers_info['nama'] }}
No K/P: {{ $wakil['nokp'] }}
No Telefon: {{ $wakil['telefon'] }}
Alamat: {{ $wakil['alamat1'] }}
No Siri Wakil: {{ sizeof($surat_wakil) == 0 ? '-' : $surat_wakil['no_surat'] }}No K/P: + @php + if ($customers_info['kpbaru'] == '') { + echo $customers_info['kplama']; + } else { + echo $customers_info['kpbaru']; + } + @endphp +
@endif - +
@@ -559,7 +651,7 @@
Baki Pembiayaan : RM {{ number_format($gadai['bakipjm'], 2) }}
- +
@@ -574,15 +666,15 @@ - - - + + + - + - + @@ -595,95 +687,153 @@
- User Image - User Image + User Image + User Image
Salinan Pejabat

-
Marhun: {{ $gadai['marhun'] }}
KhazanahPelanggan{{ sizeof($wakil) != 0 ? 'Wakil' : 'Pelanggan' }} Ar-Rahn
{{ $khazanah_user->name }} {{ $customers_info['nama'] }} {{ sizeof($wakil) != 0 ? $wakil['nama'] : $customers_info['nama'] }} {{ Auth::user()->name }}
+
+
T
+
- - - - - - - - - - - - - - - - - - + @if (sizeof($wakil) != 0) + + + + + + + + + + + + + + + + + + + + + + + + + + + + @php + $masa_bayaran = strtotime($transaction_tebus['tarikh_bayaran']); + $masa = date('H:i:s', $masa_bayaran); + @endphp + + + + + + + + + + + + + + + + + + @else + + + + + + + + + + + + + + + + + + - - - - - - - + + + + + + @php + $masa_bayaran = strtotime($transaction_tebus['tarikh_bayaran']); + $masa = date('H:i:s', $masa_bayaran); + @endphp + + - - - - - - @php - $masa_bayaran = strtotime($transaction_tebus['tarikh_bayaran']); - $masa = date('H:i:s', $masa_bayaran); - @endphp - - -
Nama: {{ $customers_info['nama'] }} No SAG: {{ $gadai['norujukan'] }}
No K/P : @php - if ($customers_info['kpbaru'] == '') { - echo $customers_info['kplama']; - } else { - echo $customers_info['kpbaru']; - } - @endphp Tarikh Bayar: @php - $time = new DateTime($penebusan['t_tebus']); - $date = $time->format('d/m/Y'); - echo $date; - @endphp
Nama Wakil:{{ $wakil['nama'] }} No SAG: {{ $gadai['norujukan'] }}
No K/P Wakil:{{ $wakil['nokp'] }} Tarikh Bayar: @php + $time = new DateTime($penebusan['t_tebus']); + $date = $time->format('d/m/Y'); + echo $date; + @endphp
No Telefon:{{ $wakil['telefon'] }} Masa Bayaran : {{ $masa }}
Alamat :{{ $wakil['alamat1'] }} Tempoh Simpan: {{ $gadai['tempoh'] }}
No Wakil:{{ sizeof($surat_wakil) == 0 ? '-' : $surat_wakil['no_surat'] }}
Nama: {{ $customers_info['nama'] }} No SAG: {{ $gadai['norujukan'] }}
No K/P : @php + if ($customers_info['kpbaru'] == '') { + echo $customers_info['kplama']; + } else { + echo $customers_info['kpbaru']; + } + @endphp Tarikh Bayar: @php + $time = new DateTime($penebusan['t_tebus']); + $date = $time->format('d/m/Y'); + echo $date; + @endphp
Tempoh Simpan: {{ $gadai['tempoh'] }}
Masa Bayaran: {{ $masa }}
Masa Bayaran: {{ $masa }}
-
-

T

+ + + + + Tempoh Simpan + : {{ $gadai['tempoh'] }} + + @endif + +
+
+ +
@if (sizeof($wakil) != 0) - - - - - - - - - - - - - - - - - - - - - - - - -
Maklumat Wakil
Nama: {{ $wakil['nama'] }}
No K/P: {{ $wakil['nokp'] }}
No Telefon: {{ $wakil['telefon'] }}
Alamat: {{ $wakil['alamat1'] }}
No Siri Wakil: {{ sizeof($surat_wakil) == 0 ? '-' : $surat_wakil['no_surat'] }}
+ + + + + + + + + + + + + + +
Maklumat Pelanggan
Nama:{{ $customers_info['nama'] }}
No K/P: + @php + if ($customers_info['kpbaru'] == '') { + echo $customers_info['kplama']; + } else { + echo $customers_info['kpbaru']; + } + @endphp +
@endif - +
@@ -724,7 +874,7 @@
Baki Pembiayaan : RM {{ number_format($gadai['bakipjm'], 2) }}
- +
@@ -739,15 +889,15 @@ - - - + + + - + - + diff --git a/resources/views/print/resittebusautotawarruq.blade.php b/resources/views/print/resittebusautotawarruq.blade.php index 04ed9b2..248f783 100644 --- a/resources/views/print/resittebusautotawarruq.blade.php +++ b/resources/views/print/resittebusautotawarruq.blade.php @@ -222,7 +222,7 @@ hr.new5 { #payment { font-family: Arial, Helvetica, sans-serif; border-collapse:collapse; - width: 45%; + width: 60%; font-size:13px; border: 1px solid black; @@ -355,6 +355,18 @@ hr.new5 { font-size: 10px; border: 1px solid black; } + + .receipt-type-style { + position: absolute; + right: 0; + height: 100%; + width:40px; + display:flex; + justify-content:center; + align-items:end; + font-size: 45px; + font-weight: bold; + } @@ -375,35 +387,69 @@ hr.new5 {
+
+
PS
Marhun: {{ $gadai['marhun'] }}
KhazanahPelanggan{{ sizeof($wakil) != 0 ? 'Wakil' : 'Pelanggan' }} Ar-Rahn
{{ $khazanah_user->name }} {{ $customers_info['nama'] }} {{ sizeof($wakil) != 0 ? $wakil['nama'] : $customers_info['nama'] }} {{ Auth::user()->name }}
- - - - - - + + + + + + + + + + + + + + + + + + - - - + + + + + + + + @php + $masa_bayaran = strtotime($transaction_keuntungan['tarikh_bayaran']); + $masa = date('H:i:s', $masa_bayaran); + @endphp + + - - -@php - $masa_bayaran = strtotime($transaction_keuntungan['tarikh_bayaran']); - $masa = date('H:i:s', $masa_bayaran); -@endphp - - + + + + + + - + + + + +
Nama : {{ $customers_info['nama'] }} No SAG: {{ $gadai['norujukan'] }}
No K/P : @php if($customers_info['kpbaru'] == '') echo $customers_info['kplama']; else echo $customers_info['kpbaru']; @endphp Tarikh Bayar: @php $time = new DateTime($penebusan['t_tebus']); $date = $time->format('d/m/Y'); echo $date; @endphp
Nama: {{ $customers_info['nama'] }} No SAG: {{ $gadai['norujukan'] }}
No K/P : @php + if ($customers_info['kpbaru'] == '') { + echo $customers_info['kplama']; + } else { + echo $customers_info['kpbaru']; + } + @endphp Tarikh Bayar: @php + $time = new DateTime($penebusan['t_tebus']); + $date = $time->format('d/m/Y'); + echo $date; + @endphp
Tempoh Simpan: {{ $gadai['tempoh'] }}
Masa Bayaran : {{ $masa }}
Masa Bayaran : {{ $masa }}
Tempoh Simpan: {{ $gadai['tempoh'] }}
+
-

PS

- - @@ -487,32 +533,69 @@ hr.new5 {
-
Pembiayaan
+
+
PS
+
- - - - - - + + + + + + + + + + + + + + + + + + - - - + + + + + + + + @php + $masa_bayaran = strtotime($transaction_keuntungan['tarikh_bayaran']); + $masa = date('H:i:s', $masa_bayaran); + @endphp + + - - -@php - $masa_bayaran = strtotime($transaction_keuntungan['tarikh_bayaran']); - $masa = date('H:i:s', $masa_bayaran); -@endphp - - -
Nama : {{ $customers_info['nama'] }} No SAG: {{ $gadai['norujukan'] }}
No K/P : @php if($customers_info['kpbaru'] == '') echo $customers_info['kplama']; else echo $customers_info['kpbaru']; @endphp Tarikh Bayar: @php $time = new DateTime($penebusan['t_tebus']); $date = $time->format('d/m/Y'); echo $date; @endphp
Nama: {{ $customers_info['nama'] }} No SAG: {{ $gadai['norujukan'] }}
No K/P : @php + if ($customers_info['kpbaru'] == '') { + echo $customers_info['kplama']; + } else { + echo $customers_info['kpbaru']; + } + @endphp Tarikh Bayar: @php + $time = new DateTime($penebusan['t_tebus']); + $date = $time->format('d/m/Y'); + echo $date; + @endphp
Tempoh Simpan: {{ $gadai['tempoh'] }}
Masa Bayaran : {{ $masa }}
Masa Bayaran : {{ $masa }}
+ + + + + + + + Tempoh Simpan + : {{ $gadai['tempoh'] }} + + + + +
-

PS

-