5 <div class="container small" ng-non-bindable>
6 <h1>{{ trans('entities.books_create') }}</h1>
7 <form action="{{ baseUrl("/books") }}" method="POST" enctype="multipart/form-data">
11 <p class="margin-top large"><br></p>
12 @include('components.image-manager', ['imageType' => 'cover'])