{{ csrf_field() }}
@include('form.text', ['name' => 'name', 'autofocus' => true])
@include('form.description-html-input')
{{ trans('entities.shelves_drag_books') }}

{{ trans('common.cover_image_description') }}

@include('form.image-picker', [ 'defaultImage' => url('/book_default_cover.png'), 'currentImage' => (($shelf ?? null)?->coverInfo()->getUrl(440, 250, null) ?? url('/book_default_cover.png')), 'name' => 'image', 'imageClass' => 'cover' ])
@include('entities.tag-manager', ['entity' => $shelf ?? null])
{{ trans('common.cancel') }}
@include('entities.selector-popup') @include('form.editor-translations')