@extends("app") @section('head_title', $tagname .' | '.getenvcong('sitename') ) @section('head_description', $tagname ) @section("content")
{{ trans('updates.tag') }}: {{ $tagname }}
@if(count($lastItems) > 0)
@include('pages.catpostloadpage')
@else @include('errors.emptycontent') @endif
@endsection