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