update
parent
e5da2fc03d
commit
a01e890d03
|
|
@ -227,9 +227,9 @@ if (!function_exists('kuesionerLogStatus')) {
|
|||
$progress = str_replace('_',' ',\Str::title($log->step));
|
||||
}else{
|
||||
if(@$log->status == 11){
|
||||
$progress = '<span class="badge bg-success text-white">Terbit SK</span>';
|
||||
$progress = '<span style="width:100%;" class="badge bg-success text-white">Terbit SK</span>';
|
||||
}else{
|
||||
$progress = '<span class="badge bg-warning text-white">'.str_replace('_',' ',\Str::title($log->step)).'</span>';
|
||||
$progress = '<span style="width:100%;" class="badge bg-warning text-white">'.str_replace('_',' ',\Str::title($log->step)).'</span>';
|
||||
}
|
||||
}
|
||||
return $progress;
|
||||
|
|
|
|||
Loading…
Reference in New Issue