@if (isset($showPath) && $showPath) {{ $chapter->book->getShortName() }}   »   @endif {{ $chapter->name }}

@if(isset($chapter->searchSnippet))

{!! $chapter->searchSnippet !!}

@else

{{ $chapter->getExcerpt() }}

@endif
@if(!isset($hidePages) && count($chapter->pages) > 0)

{{ trans_choice('entities.x_pages', $chapter->pages->count()) }}

@foreach($chapter->pages as $page)
{{$page->name}}
@endforeach
@endif