2 @if(count($entities) > 0)
3 @foreach($entities as $index => $entity)
4 @if($entity->isA('page'))
5 @include('pages/list-item', ['page' => $entity])
6 @elseif($entity->isA('book'))
7 @include('books/list-item', ['book' => $entity])
8 @elseif($entity->isA('chapter'))
9 @include('chapters/list-item', ['chapter' => $entity, 'hidePages' => true])
12 @if($index !== count($entities) - 1)
18 <p class="text-muted">