@extends('layouts.app') @section('title', '搜索结果') @section('content')
@if ($articles->isNotEmpty())
@if ($articles->isNotEmpty()) {{ $articles->appends(request()->all())->links('layouts.pagination') }} @endif
@else
抱歉,暂无搜索到内容
@endif
@endsection