{{ trans('entities.books_navigation') }}
@if (userCan('view', $book))
@include('partials.entity-list-item-basic', ['entity' => $book, 'classes' => ($current->matches($book)? 'selected' : '')])
@endif