{{ __('blog_title') }} {{ __('blog_description') }} {{-- Hero --}}

{{ __('blog_title') }}

{{ __('blog_hero_text') }}

{{-- Featured Post --}} @if($featuredPost)
@if($featuredPost->featured_image) {{ $featuredPost->title }} @else
Umami Beer
@endif
@if($featuredPost->category) {{ $featuredPost->category->name }} @endif

{{ $featuredPost->title }}

{{ $featuredPost->excerpt_or_truncated }}

{{ $featuredPost->author->name ?? 'Umami Beer' }} · {{ $featuredPost->formatted_date }} · {{ $featuredPost->reading_time_text }}
{{ __('leggi_articolo') }}
@endif {{-- Posts Grid + Sidebar --}}
{{-- Posts --}}
@if($posts->isEmpty())

{{ __('no_posts') }}

@else
@foreach($posts as $post) @endforeach
{{-- Pagination --}}
{{ $posts->links() }}
@endif
{{-- Sidebar --}}