1 @extends('simple-layout')
5 <div class="container small">
8 @include('partials.breadcrumbs', ['crumbs' => [
10 'text' => trans('entities.shelves'),
11 'icon' => 'bookshelf',
14 'text' => trans('entities.shelves_create'),
20 <div class="card content-wrap">
21 <h1 class="list-heading">{{ trans('entities.shelves_create') }}</h1>
22 <form action="{{ url("/shelves") }}" method="POST" enctype="multipart/form-data">
23 @include('shelves.form', ['shelf' => null, 'books' => $books])