1 <a href="{{ $shelf->getUrl() }}" class="shelf entity-list-item" data-entity-type="bookshelf" data-entity-id="{{$shelf->id}}">
2 <div class="entity-list-item-image bg-shelf @if($shelf->image_id) has-image @endif" style="background-image: url('{{ $shelf->getBookCover() }}')">
5 <div class="content py-xs">
6 <h4 class="entity-list-item-name break-text">{{ $shelf->name }}</h4>
7 <div class="entity-item-snippet">
8 <p class="text-muted break-text mb-none">{{ $shelf->getExcerpt() }}</p>
12 <div class="entity-shelf-books grid third gap-y-xs entity-list-item-children">
13 @foreach($shelf->visibleBooks as $book)
15 <a href="{{ $book->getUrl('?shelf=' . $shelf->id) }}" class="entity-chip text-book">