@extends('layouts.app') @section('title', '搜索结果') @section('content')
@if ($articles->isNotEmpty()) {{ $articles->appends(['title'=>request()->title])->links('layouts.pagination') }} @endif
@endsection