@if(count($children) > 0)
@foreach($children as $bookChild)
- {{ $bookChild->name }}
@if($bookChild->isA('chapter') && count($bookChild->visible_pages) > 0)
@include('exports.parts.chapter-contents-menu', ['pages' => $bookChild->visible_pages])
@endif
@endforeach
@endif