Laporan Alokasi Pendaftaran

Batch: {{ $batch }} @if(!empty($tanggal_setor))  |  Tanggal setor: {{ $tanggal_setor }} @endif
Dicetak oleh: {{ $nama_pencetak ?? '-' }} | Waktu: {{ $tanggal_cetak }}
Ringkasan Batch
Total Mhs {{ number_format($summary['total_mhs'], 0, ',', '.') }}
Total Rp {{ number_format($summary['total_gross'], 0, ',', '.') }}
Total Hak Mitra Rp {{ number_format($summary['total_mitra'], 0, ',', '.') }}
Total Hak Kampus Rp {{ number_format($summary['total_kampus'], 0, ',', '.') }}
 
Rincian Komisi Mitra
@forelse($summaryPerMitra as $mitra) @empty @endforelse
{{ \Str::limit($mitra['nama_mitra'], 25) }} ({{ $mitra['jumlah_mhs'] }}) Rp {{ number_format($mitra['total_komisi'], 0, ',', '.') }}
Tidak ada komisi mitra
Lampiran Detail Mahasiswa
@foreach($data as $index => $item) @endforeach
No Nama Mahasiswa Prodi Sumber / Jalur Total Mitra Kampus
{{ $index + 1 }} {{ \Str::upper($item->mahasiswa->nama) }} {{ $item->mahasiswa->prodi->singkatan ?? \Str::limit($item->mahasiswa->prodi->nama, 15) }} {{ $item->mahasiswa->sumberInformasi->nama ?? 'Umum' }} Rp {{ number_format($item->nominal_formulir, 0, ',', '.') }} Rp {{ number_format($item->hak_mitra, 0, ',', '.') }} Rp {{ number_format($item->hak_kampus, 0, ',', '.') }}
TOTAL KESELURUHAN Rp {{ number_format($summary['total_gross'], 0, ',', '.') }} Rp {{ number_format($summary['total_mitra'], 0, ',', '.') }} Rp {{ number_format($summary['total_kampus'], 0, ',', '.') }}