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