main
Ilham Wara Nugroho 2026-01-21 13:15:48 +07:00
parent 5fa5e87c2e
commit e5da2fc03d
1 changed files with 1 additions and 1 deletions

View File

@ -227,7 +227,7 @@ 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-light text-success">Terbit SK</span>'; $progress = '<span 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 class="badge bg-warning text-white">'.str_replace('_',' ',\Str::title($log->step)).'</span>';
} }