{{ $category->name }} - Blog Articoli nella categoria {{ $category->name }} - {{ $category->description }} {{-- Hero --}}

Categoria

{{ $category->name }}

@if($category->description)

{{ $category->description }}

@endif
{{-- Posts Grid + Sidebar --}}
{{-- Posts --}}
@if($posts->isEmpty())

{{ __('nessun_articolo_categoria') }}

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