main
ilhamwara 2025-08-04 10:00:35 +07:00
parent bfaebad357
commit ab0bfa760e
1 changed files with 7 additions and 5 deletions

View File

@ -120,11 +120,13 @@
@if(session('group_alias') == 'sekolah') @if(session('group_alias') == 'sekolah')
<div class="d-flex flex-row justify-content-between my-3"> <div class="d-flex flex-row justify-content-between my-3">
@if(session('group_alias') == 'sekolah') @if(session('group_alias') == 'sekolah')
@if(($kuesioner->status == 1) || ($kuesioner->status == 5)) @if(count(@$penilaian) == count(@$page))
<div class="custom-control custom-checkbox"> @if(($kuesioner->status == 1) || ($kuesioner->status == 5))
<input type="checkbox" class="custom-control-input is-required check" id="true" value="1" name="check"> <div class="custom-control custom-checkbox">
<label class="custom-control-label" for="true">Dengan ini menyatakan bahwa kelengkapan data sudah benar.</label> <input type="checkbox" class="custom-control-input is-required check" id="true" value="1" name="check">
</div> <label class="custom-control-label" for="true">Dengan ini menyatakan bahwa kelengkapan data sudah benar.</label>
</div>
@endif
@endif @endif
@endif @endif
</div> </div>