@foreach($list_jalur as $jalur)
|
||||||
No | Nama | Asal Sekolah | Skor | |||
---|---|---|---|---|---|---|
{{ $no++ }} | {{ $pendaftar->siswa->nama }} @if($jalur === 'Afirmasi') {!! $pendaftar->skor2 == 1 ? ' - DTKS+' : ' - DTKS' !!} @endif | {{ $pendaftar->siswa->asal_sekolah->nama ?? '' }} | {{ format_decimal($pendaftar->skor) }} | |||
@include('admin.hasil._pejabat') |