| Nama | : {{ $customers_info['nama'] }} | No SAG | : {{ $transaction['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($transaction['created_at']); $date = $time->format('d/m/Y'); echo $date; @endphp | |||||||
| Masa Bayaran | @php $masa_bayaran = strtotime($transaction['tarikh_bayaran']); $masa = date('H:i:s', $masa_bayaran); @endphp: {{ $masa }} | |||||||||
| Ansuran Pembiayaan | : RM {{ number_format($transaction['bayaran_pembiayaan'], 2) }} |
| Keuntungan | : RM {{ number_format($transaction['onepercent'], 2) }} |
| Lain-Lain Caj | : RM {{ number_format($transaction['ujrah'], 2) }} |
| Jumlah Bayaran | @php $jumlah_perlu_dibayar = $transaction['bayaran_pembiayaan'] + $transaction['bayaran_keuntungan'] + $transaction['ujrah']; @endphp: RM {{ number_format($transaction['duit_masuk'], 2) }} |
| Marhun: {{ $gadai['marhun'] }} |
| .................................................... | .................................................... | |||||||||||||
| Pelanggan | Teller | |||||||||||||
| {{ $customers_info['nama'] }} | {{ Auth::user()->name }} | |||||||||||||
| Nama | : {{ $customers_info['nama'] }} | No SAG | : {{ $transaction['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($transaction['created_at']); $date = $time->format('d/m/Y'); echo $date; @endphp | |||||||
| Masa Bayaran | @php $masa_bayaran = strtotime($transaction['tarikh_bayaran']); $masa = date('H:i:s', $masa_bayaran); @endphp: {{ $masa }} | |||||||||
| Ansuran Pembiayaan | : RM {{ number_format($transaction['bayaran_pembiayaan'], 2) }} |
| Keuntungan | : RM {{ number_format($transaction['onepercent'], 2) }} |
| Lain-Lain Caj | : RM {{ number_format($transaction['ujrah'], 2) }} |
| Jumlah Bayaran | @php $jumlah_perlu_dibayar = $transaction['bayaran_pembiayaan'] + $transaction['bayaran_keuntungan'] + $transaction['ujrah']; @endphp: RM {{ number_format($transaction['duit_masuk'], 2) }} |
| Marhun: {{ $gadai['marhun'] }} |
| .................................................... | .................................................... | |||||||||||||
| Pelanggan | Teller | |||||||||||||
| {{ $customers_info['nama'] }} | {{ Auth::user()->name }} | |||||||||||||
| Duit Pelanggan | : RM {{ number_format($transaction['duitpelanggan'], 2) }} |
| Jumlah Perlu Dibayar | : RM {{ number_format($transaction['duit_masuk'], 2) }} |
| Baki | : RM {{ number_format($transaction['bakipelanggan'], 2) }} |