@icon('chapter')

{{ $chapter->name }}

{{ $chapter->getExcerpt() }}

@if ($chapter->hasChildren())
@icon('page')
@include('partials.entity-list', ['entities' => $chapter->pages])
@endif