{{-- 搜索表单 --}}
{{ $this->form }}
搜索 清空
{{-- 搜索结果 --}} @if($hasSearched)

搜索结果 @if($searchQuery) - 关键词: "{{ $searchQuery }}" @endif

{{ $this->table }}
@endif