Tag: {{ $tag->name }} - Blog Articoli con tag {{ $tag->name }} {{-- Hero --}}

Tag

#{{ $tag->name }}

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

{{ __('nessun_articolo_tag') }}

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