@include("common.header")

支持多个关键词组合搜索

@foreach($comments as $comment)

{{$comment->content}}

{{$comment->created_at}}
@endforeach
{{$comments->onEachSide(1)->links()}}
@include("common.footer")