@extends('layouts.app') @section('title', '首页') @section('content')
@include('category.left')
{{ $category->title }}
@if ($articles->isNotEmpty()) {{ $articles->links('layouts.pagination') }} @else
抱歉,暂无数据
@endif
@endsection