@extends('layouts.app') @section('title', '首页') @section('content')
{{ $parent->title }}

Exchange and cooperation

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