diff --git a/resources/views/component/history-permohonan.blade.php b/resources/views/component/history-permohonan.blade.php index 65653ec..6c17dfc 100644 --- a/resources/views/component/history-permohonan.blade.php +++ b/resources/views/component/history-permohonan.blade.php @@ -59,7 +59,7 @@
{{ str_replace('-',' ',$activity->status) }} -

Catatan : {{ $activity->keterangan }}

+

{{ $activity->keterangan ? 'Catatan : '.$activity->keterangan : '' }}

{{ $activity->created_by ? $activity->creator->name : 'System' }} {{ $activity->created_at->format('d M Y H:i') }}