LAPORAN MAHASISWA PENDAFTARAN ONLINE

Export Tanggal: {{ $tanggalExport }}
@if(!empty($filters))
FILTER AKTIF:
@foreach($filters as $key => $value)
{{ $key }}: {{ $value }}
@endforeach
@endif

RINGKASAN DATA

Total: {{ $totalData }}
Valid: {{ $validatedCount }}
Pending: {{ $pendingCount }}
User: {{ $user }}
@foreach($data as $index => $item) @endforeach
No Nama Mahasiswa No HP Kampus Jurusan Sumber Info Biaya Daftar Biaya Jaket Status Tgl Validasi
{{ $index + 1 }} {{ $item->nama }} {{ $item->no_hp }} {{ $item->email_pribadi }} {{ $item->kampus }} {{ $item->jurusan }} {{ $item->sumber_daftar_informasi ?? '-' }} Rp {{ number_format($item->biaya_pendaftaran_display, 0, ',', '.') }} Rp {{ number_format($item->biaya_jaket_rupiah, 0, ',', '.') }} @if($item->is_validated) VALID @else PENDING @endif @if($item->validated_at) {{ \Carbon\Carbon::parse($item->validated_at)->format('d/m/Y') }} @else - @endif