update
parent
bfaebad357
commit
ab0bfa760e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue