标签:{{ $tag->name }}
@forelse($posts as $post) @include('partials.post-card', ['post' => $post]) @empty该标签暂无文章
@endforelse
@include('partials.pagination', ['paginator' => $posts])
@php $pageTitle = '标签:'.$tag->name.' - '.$siteName; @endphp @include('partials.head')
@include('partials.header')