{{ $post->publish_at?->format('D, d M Y H:i') ?? $post->created_at?->format('D, d M Y H:i') }}

{{ $post->title }}

@if($post->excerpt)

{{ $post->excerpt }}

@endif @if($post->image_path) {{ $post->title }} @endif
{!! \App\Support\Security\HtmlSanitizer::clean($post->body) !!}