update
							parent
							
								
									5797df49d2
								
							
						
					
					
						commit
						20ff984523
					
				|  | @ -81,12 +81,11 @@ class CSAKController extends Controller | |||
|         foreach ($kuesioner as $key => $row) { | ||||
| 
 | ||||
|             $action = ''; | ||||
|             // permission('is_read', $this->route, 'module',true);
 | ||||
|             if((@permission('is_create', $this->route.'.*','module',true)) || (@permission('is_update', $this->route.'.*','module',true))){ | ||||
|                 if($row->status == 3){ | ||||
|                     $action .= '<a href="'.url('usulan/csak/update/'.encode_id($row->ms_sekolah_id)).'" data-toggle="tooltip" title="View Data" class="btn btn-xs btn-block btn-primary"><i class="fal fa-edit text-white"></i></a>'; | ||||
|                 } | ||||
|             } | ||||
|             // if((permission('is_create', $this->route.'.*','module',false)) || (permission('is_update', $this->route.'.*','module',false))){
 | ||||
|             //     if($row->status == 3){
 | ||||
|             //         $action .= '<a href="'.url('usulan/csak/update/'.encode_id($row->ms_sekolah_id)).'" data-toggle="tooltip" title="View Data" class="btn btn-xs btn-block btn-primary"><i class="fal fa-edit text-white"></i></a>';
 | ||||
|             //     }
 | ||||
|             // }
 | ||||
| 
 | ||||
|             if($row->level == 0){ | ||||
|                 $penghargaan = '<i class="fal fa-trophy"></i> Belum Pernah'; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue