@icon('bookshelf')
{{ $shelf->name }}
{{ $shelf->getExcerpt() }}
@foreach($shelf->visibleBooks as $book)
@icon('book') {{ $book->name }}
@endforeach