| 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 | @php $masa_bayaran = strtotime($transaction_keuntungan['tarikh_bayaran']); $masa = date('H:i:s', $masa_bayaran); @endphp: {{ $masa }} | |||||||||
| Tempoh Simpan | : {{ $gadai['tempoh'] }} | |||||||||
| B. Pembiayaan + Keuntungan | @php $temp_loan = $gadai['bakipjm'] + $transaction_keuntungan['bayaran_keuntungan']; @endphp | : RM {{ number_format($temp_loan,2) }} |
| (-) Bayaran Pelanggan | @php $temp_totalpay = $transaction_keuntungan['bayaran_pembiayaan'] + $transaction_keuntungan['bayaran_keuntungan']; @endphp | : RM {{ number_format($temp_totalpay,2) }} |
| Jumlah Bayaran | @php $total = $temp_loan - $temp_totalpay; @endphp | : RM {{ number_format($total,2) }} |
| Pembiayaan Baru | : RM {{ number_format($gadai['bakipjm'] - $transaction_keuntungan['bayaran_pembiayaan'],2) }} |
| Marhun: {{ $gadai['marhun'] }} |
| .................................................... | .................................................... | .................................................... | ||||||||
| Khazanah | Pelanggan | Ar-Rahn | ||||||||
| {{ $khazanah_user->name }} | {{ $customers_info['nama'] }} | {{ Auth::user()->name }} | ||||||||
| 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 | @php $masa_bayaran = strtotime($transaction_keuntungan['tarikh_bayaran']); $masa = date('H:i:s', $masa_bayaran); @endphp: {{ $masa }} | |||||||||
| Tempoh Simpan | : {{ $gadai['tempoh'] }} | |||||||||
| B. Pembiayaan + Keuntungan | @php $temp_loan = $gadai['bakipjm'] + $transaction_keuntungan['bayaran_keuntungan']; @endphp | : RM {{ number_format($temp_loan,2) }} |
| (-) Bayaran Pelanggan | @php $temp_totalpay = $transaction_keuntungan['bayaran_pembiayaan'] + $transaction_keuntungan['bayaran_keuntungan']; @endphp | : RM {{ number_format($temp_totalpay,2) }} |
| Jumlah Bayaran | @php $total = $temp_loan - $temp_totalpay; @endphp | : RM {{ number_format($total,2) }} |
| Pembiayaan Baru | : RM {{ number_format($gadai['bakipjm'] - $transaction_keuntungan['bayaran_pembiayaan'],2) }} |
| Marhun: {{ $gadai['marhun'] }} |
| .................................................... | .................................................... | .................................................... | ||||||||
| Khazanah | Pelanggan | Ar-Rahn | ||||||||
| {{ $khazanah_user->name }} | {{ $customers_info['nama'] }} | {{ Auth::user()->name }} | ||||||||
| Duit Pelanggan | : RM {{ number_format($transaction_tebus['duitpelanggan'], 2) }} |
| Jumlah Perlu Dibayar | : RM {{ number_format($transaction_tebus['duit_masuk'], 2) }} |
| Baki | : RM {{ number_format($transaction_tebus['bakipelanggan'], 2) }} |