@extends('layouts.app') @section('title', '首页') @section('content')

{{ $parent->title }}

{{ $category->title }}

首页> @if ($parent->id==$category->id) {{ $category->title }} @else {{ $parent->title }} > {{ $category->title }} @endif

@if ($articles->isNotEmpty()) {{ $articles->links('layouts.pagination') }} @endif
@endsection