update
parent
5fa5e87c2e
commit
e5da2fc03d
|
|
@ -227,7 +227,7 @@ if (!function_exists('kuesionerLogStatus')) {
|
|||
$progress = str_replace('_',' ',\Str::title($log->step));
|
||||
}else{
|
||||
if(@$log->status == 11){
|
||||
$progress = '<span class="badge bg-success-light text-success">Terbit SK</span>';
|
||||
$progress = '<span 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>';
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue