Riwayat pengajuan dan pencairan bonus RAP
| No | Tanggal Pengajuan | Nama RAP | Marketing | Tahun Ajaran | Total Mhs | Rule Bonus | Nominal | Status | Tanggal Cair | Catatan | Aksi |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration + ($historiBonus->currentPage() - 1) * $historiBonus->perPage() }} |
{{ \Carbon\Carbon::parse($item->created_at)->format('d/m/Y H:i') }}
{{ \Carbon\Carbon::parse($item->created_at)->diffForHumans() }}
|
{{ $item->rap->nama ?? '-' }} | {{ $item->rap->marketing ?? '-' }} | {{ $item->tahun_ajaran }} | {{ $item->total_mahasiswa }} Mhs |
{{ $ruleName }}
@if ($item->rule_bonus_id)
ID: {{ $item->rule_bonus_id }}
@endif
|
Rp {{ number_format($item->nominal, 0, ',', '.') }} | {{ $statusText }} |
@if ($item->status == 'disetujui' && $item->tanggal_cair)
{{ \Carbon\Carbon::parse($item->tanggal_cair)->format('d/m/Y H:i') }}
oleh: {{ $item->pencair->name ?? '-' }}
@else
-
@endif
|
@if($catatan)
{{ $catatan }}
@else
-
@endif
|
|
|
Belum ada histori bonus Bonus akan muncul setelah diajukan ke keuangan |
|||||||||||