{{ __('book.detail') }} {{ __('report.signatures') }} {{ __('book.landing_page') }} @can('delete', $book) {{ link_to_route('books.edit', __('book.delete'), [$book, 'action' => 'delete'], ['class' => 'list-group-item list-group-item-action d-flex align-items-center', 'id' => 'del-book-'.$book->id]) }} @endcan