update
parent
20ff984523
commit
72dbfa50ea
|
@ -81,11 +81,11 @@ class CSAKController extends Controller
|
|||
foreach ($kuesioner as $key => $row) {
|
||||
|
||||
$action = '';
|
||||
// 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((access('is_create', $this->route.'.*')) || (access('is_update', $this->route.'.*'))){
|
||||
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