| No | NIP / No. Pegawai | Nama Pegawai | No. Rekening | Jumlah | Potongan | Diterima | |
|---|---|---|---|---|---|---|---|
| Bank BRI | Non BRI | ||||||
| {{ $loop->iteration }} | {{ $row->riwayat->pegawai->no_pegawai }} | {{ $row->riwayat->pegawai->name }} | Bank: {{ config('constants.banks.'.$row->riwayat->pegawai->account_bank) }} {{ $row->riwayat->pegawai->account_no }} |
Rp {{ number_format(($row['riwayat'][config('constants.jenis_riwayat.' . $row->type)] + $row->penambahans()->sum('amount')),0,',','.') }} |
Rp {{ number_format($potonganBri,0,',','.') }} |
Rp {{ number_format($potonganNonBri,0,',','.') }} |
Rp {{ number_format($bersih,0,',','.') }} |
| TOTAL | {{ number_format($totalKotor,0,',','.') }} | {{ number_format($totalPotonganBri,0,',','.') }} | {{ number_format($totalPotonganNonBri,0,',','.') }} | {{ number_format($totalBersih,0,',','.') }} | |||