Edit Book
- --
-
+
+
+
+ @if(userCan('book-delete', $book) && userCan('book-create-all') && userCan('bookshelf-create-all'))
+ @include('books.parts.convert-to-shelf', ['book' => $book])
+ @endif
+
@stop
\ No newline at end of file
Delete this book
-This will delete this book and all it's pages.
- @include('form/delete-button', ['url' => '/books/' . $book->id . '/destroy', 'text' => 'Delete']) +
+
+
+
+ @include('entities.breadcrumbs', ['crumbs' => [
+ $book,
+ $book->getUrl('/edit') => [
+ 'text' => trans('entities.books_edit'),
+ 'icon' => 'edit',
+ ]
+ ]])
-