@foreach($list_jalur as $jalur)
@foreach(($sekolah->hasil[$jalur]['lolos'] ?? []) as $pendaftar)
{{ $no++ }} |
'{{ $pendaftar->siswa->nik }} |
{{ $pendaftar->siswa->nama }} |
{{ format_date($pendaftar->siswa->tanggal_lahir) }} |
{{ $pendaftar->siswa->kabupaten }} |
{{ $pendaftar->siswa->kecamatan }} |
{{ $pendaftar->siswa->kelurahan }} |
{{ $pendaftar->siswa->keterangan_kk }} |
{{ $pendaftar->siswa->asal_sekolah->nama ?? '' }} |
{{ $pendaftar->sekolah->nama ?? '' }} |
{{ $pendaftar->sekolah->tingkat ?? '' }} |
{{ format_decimal($pendaftar->skor) }} |
@endforeach
@endforeach