1 @extends('simple-layout')
4 <div class="container small">
6 @include('partials.breadcrumbs', ['crumbs' => [
8 'text' => trans('entities.books'),
12 'text' => trans('entities.books_create'),
18 <div class="content-wrap card">
19 <h1 class="list-heading">{{ trans('entities.books_create') }}</h1>
20 <form action="{{ baseUrl("/books") }}" method="POST" enctype="multipart/form-data">
21 @include('books.form')
26 @include('components.image-manager', ['imageType' => 'cover'])