main
Ilham Wara Nugroho 2026-02-04 15:11:49 +07:00
parent 03ba7ff25c
commit 980613f5c1
1 changed files with 3 additions and 3 deletions

View File

@ -273,19 +273,19 @@
<div class="text-secondary bg-secondary px-1 py-1 rounded w-100">
<div class="d-flex flex-column">
<span class="text-center"> Sekolah </span>
<h5 class="text-center font-weight-bold total_sekolah">0</h5>
<h5 class="text-center font-weight-bold total_sekolah">{{getNilaiAll('sekolah',$kuesioner->ms_sekolah_id,$kuesioner->KuesionerId)}}</h5>
</div>
</div>
<div class="text-primary bg-primary-light px-1 py-1 rounded w-100">
<div class="d-flex flex-column">
<span class="text-center"> Kota</span>
<h5 class="text-center font-weight-bold total_kota">0</h5>
<h5 class="text-center font-weight-bold total_kota">{{getNilaiAll('kota',$kuesioner->ms_sekolah_id,$kuesioner->KuesionerId)}}</h5>
</div>
</div>
{{-- <div class="text-success bg-success-light px-1 py-1 rounded w-100">
<div class="d-flex flex-column">
<span class="text-center"> Provinsi</span>
<h5 class="text-center font-weight-bold total_provinsi"></h5>
<h5 class="text-center font-weight-bold total_provinsi">{{getNilaiAll('provinsi',$row->ms_sekolah_id,$row->KuesionerId)}}</h5>
</div>
</div> --}}
</div>