diff --git a/resources/views/component/history-permohonan.blade.php b/resources/views/component/history-permohonan.blade.php index 85ed489..f0c1063 100644 --- a/resources/views/component/history-permohonan.blade.php +++ b/resources/views/component/history-permohonan.blade.php @@ -29,7 +29,6 @@ @case('order') @break - @case('revisi') @break @@ -59,7 +58,7 @@ @endswitch
- {{ $activity->status }} + {{ str_replace('-',' ',$activity->status) }}

{{ $activity->keterangan }}

{{ $activity->created_by ? $activity->creator->name : 'System' }}