{{ trans('updates.tag') }}: {{ $tag->name }}
@if(count($posts) > 0)
@foreach($posts as $k => $item)
@include('pages.catpostloadpage')
@endforeach
@else
@include('errors.emptycontent')
@endif