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