@forelse($tag->posts()->orderBy('created_at', 'DESC')->get() as $post)
@empty
No posts for this tag yet.
@endforelse@include('includes.sidebar')