1 @extends('simple-layout')
4 <div class="col-sm-8 faded">
5 <div class="breadcrumbs">
6 <a href="{{ baseUrl('/shelves') }}" class="text-button">@icon('bookshelf'){{ trans('entities.shelves') }}</a>
7 <span class="sep">»</span>
8 <a href="{{ baseUrl('/create-shelf') }}" class="text-button">@icon('add'){{ trans('entities.shelves_create') }}</a>
15 <div class="container small">
18 <h3>@icon('add') {{ trans('entities.shelves_create') }}</h3>
20 <form action="{{ baseUrl("/shelves") }}" method="POST" enctype="multipart/form-data">
21 @include('shelves/form', ['shelf' => null, 'books' => $books])
27 <p class="margin-top large"><br></p>
29 @include('components.image-manager', ['imageType' => 'cover'])