@foreach ($kuesioner as $key => $row) @endforeach
No Tahun NPSN Nama Sekolah Wilayah Kecamatan Status
{{ $key+1 }} {{ @$row->tahun }} {{ @$row->sekolah->npsn}} {{ @$row->sekolah->nama_sekolah }} {{ @$row->sekolah->kabupaten->name }} {{ @$row->sekolah->kecamatan->name }} {{ strip_tags(kuesionerLogStatus($row->KuesionerId)) }}