@extends('simple-layout') @section('body')
@include('partials.breadcrumbs', ['crumbs' => [ '/books' => [ 'text' => trans('entities.books'), 'icon' => 'book' ], '/create-book' => [ 'text' => trans('entities.books_create'), 'icon' => 'add' ] ]])

{{ trans('entities.books_create') }}

@include('books.form')
@include('components.image-manager', ['imageType' => 'cover']) @stop