1 @extends('layouts.simple')
5 <div class="container small">
8 @include('entities.breadcrumbs', ['crumbs' => [
10 'text' => trans('entities.shelves'),
11 'icon' => 'bookshelf',
14 'text' => trans('entities.shelves_create'),
20 <main 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.parts.form', ['shelf' => null, 'books' => $books])