| {{ $key+1 }} |
{{ @$row->tahun }} |
{{ @$row->sekolah->npsn}} |
{{ @$row->sekolah->nama_sekolah }} |
{{ @$row->sekolah->kabupaten->name }} |
{{getNilaiAll('sekolah',$row->ms_sekolah_id,$row->KuesionerId)}} |
@if ($type == 'kota')
{{getNilaiAll('kota',$row->ms_sekolah_id,$row->KuesionerId)}} |
@else
{{getNilaiAll('kota',$row->ms_sekolah_id,$row->KuesionerId)}} |
{{getNilaiAll('provinsi',$row->ms_sekolah_id,$row->KuesionerId)}} |
@endif
{{ strip_tags(kuesionerLogStatus($row->KuesionerId)) }} |
@endforeach