update
parent
e5da2fc03d
commit
a01e890d03
|
|
@ -227,9 +227,9 @@ if (!function_exists('kuesionerLogStatus')) {
|
||||||
$progress = str_replace('_',' ',\Str::title($log->step));
|
$progress = str_replace('_',' ',\Str::title($log->step));
|
||||||
}else{
|
}else{
|
||||||
if(@$log->status == 11){
|
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{
|
}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;
|
return $progress;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue