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

@icon('book') {{ trans('entities.books_navigation') }}

@endif