{{$book->name}}
-{!! nl2br(e($book->description)) !!}
+{{$book->name}}
+{!! nl2br(e($book->description)) !!}
@if(count($bookChildren) > 0) -{{ trans('entities.books_empty_contents') }}
@@ -52,18 +59,16 @@ @endif{{ trans('common.details') }}
{{ trans('common.actions') }}
- @include('partials.entity-export-menu', ['entity' => $book]) + @if(signedInUser()) + @include('entities.favourite-action', ['entity' => $book]) + @endif + @if(userCan('content-export')) + @include('entities.export-menu', ['entity' => $book]) + @endif