diff --git a/app/Helpers/custom.php b/app/Helpers/custom.php index 25368ef..c75d62e 100644 --- a/app/Helpers/custom.php +++ b/app/Helpers/custom.php @@ -227,7 +227,7 @@ if (!function_exists('kuesionerLogStatus')) { $progress = str_replace('_',' ',\Str::title($log->step)); }else{ if(@$log->status == 11){ - $progress = 'Terbit SK'; + $progress = 'Terbit SK'; }else{ $progress = ''.str_replace('_',' ',\Str::title($log->step)).''; }