main
Ilham Wara Nugroho 2026-02-04 13:16:15 +07:00
parent 72ffec27d8
commit 97a9a29633
1 changed files with 1 additions and 1 deletions

View File

@ -218,7 +218,7 @@
</div>
<div class="pageNumber row gap-1 justify-content-center">
@foreach($page as $hal)
<div class="col-3 text-center page {{ (checkPenilaian($hal,$sekolah->MsSekolahId,'kota',$kuesioner->KuesionerId) == true ? 'bg-success-light text-success border-success rounded' : 'border-secondary rounded' )}}" data-number={{$hal}}>
<div class="col-3 text-center page {{ checkPenilaian($hal,$sekolah->MsSekolahId,'kota',$kuesioner->KuesionerId) }}" data-number={{$hal}}>
<span>{{$hal}}</span>
</div>
@endforeach