|
@if ($rank == 1)
🏆 #{{ $rank }}
@elseif($rank == 2)
🥈 #{{ $rank }}
@elseif($rank == 3)
🥉 #{{ $rank }}
@else
#{{ $rank }}
@endif
|
{{ Str::limit($rap->nama, 30) }} |
{{ $rap->tipe == 'mahasiswa' ? 'Mahasiswa' : 'Non Mahasiswa' }}
|
{{ $rap->kampus ?? '-' }} |
{{ $rap->marketing ?? '-' }} |
{{ $rap->total_mahasiswa }} |
Rp {{ number_format($rap->potensi_bonus, 0, ',', '.') }} |
Rp {{ number_format($rap->bonus_cair, 0, ',', '.') }} |
Rp {{ number_format($rap->komisi_cair, 0, ',', '.') }} |
Rp
{{ number_format($rap->total_pendapatan, 0, ',', '.') }} |
@endforeach