main
Ilham Wara Nugroho 2026-01-19 09:29:17 +07:00
parent 16fc292e74
commit 93c32919ea
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ if (!function_exists('kuesionerLogStatus')) {
if($plain == 'plain'){
$progress = str_replace('_',' ',\Str::title($log->step));
}else{
if($log->status == 11){
if(@$log->status == 11){
$progress = '<span class="badge bg-success-light text-success">Terbit SK</span>';
}else{
$progress = '<span class="badge bg-warning-light text-warning">'.str_replace('_',' ',\Str::title($log->step)).'</span>';