main
Ilham Wara Nugroho 2026-01-19 11:33:11 +07:00
parent 8961cf834f
commit 69ad162cef
1 changed files with 1 additions and 1 deletions

View File

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