update
parent
16fc292e74
commit
93c32919ea
|
|
@ -226,7 +226,7 @@ if (!function_exists('kuesionerLogStatus')) {
|
||||||
if($plain == 'plain'){
|
if($plain == 'plain'){
|
||||||
$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-light text-success">Terbit SK</span>';
|
||||||
}else{
|
}else{
|
||||||
$progress = '<span class="badge bg-warning-light text-warning">'.str_replace('_',' ',\Str::title($log->step)).'</span>';
|
$progress = '<span class="badge bg-warning-light text-warning">'.str_replace('_',' ',\Str::title($log->step)).'</span>';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue