@if ($icon = $getIcon())
@endif
@if ($title = $getTitle())
{{ \Illuminate\Support\Str::of($title)->markdown()->sanitizeHtml()->toHtmlString() }}
@endif
@if ($date = $getDate())
{{ $date }}
@endif
@if ($body = $getBody())
{{ \Illuminate\Support\Str::of($body)->markdown()->sanitizeHtml()->toHtmlString() }}
@endif
@if ($actions = $getActions())
@endif