1 @extends('simple-layout')
5 <div class="container small">
8 @include('partials.breadcrumbs', ['crumbs' => [
10 $shelf->getUrl('/edit') => trans('entities.shelves_edit')
14 <div class="card content-wrap">
15 <h1 class="list-heading">{{ trans('entities.shelves_edit') }}</h1>
16 <form action="{{ $shelf->getUrl() }}" method="POST">
17 <input type="hidden" name="_method" value="PUT">
18 @include('shelves/form', ['model' => $shelf])
23 @include('components.image-manager', ['imageType' => 'cover'])