@include('header')

Posts tagged with: {{ $tag }}

@if($posts->count()) @foreach($posts as $post)
{{ $post->title }}
{{ $post->category->name }}

{{ $post->title }}

{{ $post->short_description }}

{{ $post->created_at->format('M d, Y') }}
@foreach(explode(',', $post->tags) as $tagItem) {{ trim($tagItem) }} @endforeach
@endforeach @else
No posts found for this tag.
@endif
@include('footer')