| No | NIP / No. Pegawai | Nama Pegawai | No. Rekening | Jumlah | Potongan | Diterima | TTD | |
|---|---|---|---|---|---|---|---|---|
| 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($kotor,0,',','.') }} |
Rp {{ number_format($potonganBri,0,',','.') }} |
Rp {{ number_format($potonganNonBri,0,',','.') }} |
Rp {{ number_format($bersih,0,',','.') }} |
@if ($row->approve_pegawai)
|
| TOTAL | {{ number_format($totalKotor,0,',','.') }} | {{ number_format($totalPotonganBri,0,',','.') }} | {{ number_format($totalPotonganNonBri,0,',','.') }} | {{ number_format($totalBersih,0,',','.') }} | ||||