{{ $entry['action_label'] ?? '' }}
@if (filled($entry['routing_line'] ?? null))
{{ $entry['routing_line'] }}
@endif
{{ $timestamp }}
@if (filled($entry['remarks'] ?? null))
{{ __('Note') }}:
{!! nl2br(e((string) $entry['remarks'])) !!}
@endif