@extends('simple-layout') @section('toolbar')
@stop @section('body')

 

@icon('add') {{ trans('entities.shelves_create') }}

@include('shelves/form', ['shelf' => null, 'books' => $books])


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