@php $pageTitle = '搜索 - '.$siteName; @endphp @include('partials.head') @include('partials.header')

搜索:{{ $keyword ?: '全部' }}

@forelse($posts as $post) @include('partials.post-card', ['post' => $post]) @empty
没有找到相关文章
@endforelse @include('partials.pagination', ['paginator' => $posts])
@include('partials.sidebar')
@include('partials.footer') @stack('theme:body_end')