{{ $post->meta_title ?: $post->title }} {{ $post->meta_description ?: $post->excerpt_or_truncated }} @push('head') @if($post->featured_image) @endif @if($post->published_at) @endif @if($post->meta_keywords) @endif @endpush {{-- Hero --}}
{{-- Category --}} @if($post->category) {{ $post->category->name }} @endif

{{ $post->title }}

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

{{ $post->author->name ?? 'Umami Beer' }}

{{ __('pubblicato_il') }} {{ $post->formatted_date }}

{{-- Related Posts --}} @if($relatedPosts->isNotEmpty())

{{ __('articoli_correlati') }}

@foreach($relatedPosts as $related) @endforeach
@endif {{-- Back to Blog --}}