{{-- Featured Image --}}
@if($post->featured_image)
@endif
{{-- Content --}}
@endif
{{-- Author --}}
{!! $post->safe_content !!}
{{-- Tags --}}
@if($post->tags->isNotEmpty())
@foreach($post->tags as $tag)
#{{ $tag->name }}
@endforeach
{{ strtoupper(substr($post->author->name ?? 'U', 0, 1)) }}
{{ $post->author->name ?? 'Umami Beer' }}
{{ __('pubblicato_il') }} {{ $post->formatted_date }}