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