main
Ilham Wara Nugroho 2026-01-21 13:16:21 +07:00
parent e5da2fc03d
commit a01e890d03
1 changed files with 2 additions and 2 deletions

View File

@ -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;