1 @extends('simple-layout')
4 <div class="col-sm-12 faded">
5 @include('books._breadcrumbs', ['book' => $book])
11 <div class="container small" ng-non-bindable>
14 <h3><i class="zmdi zmdi-edit"></i> {{ trans('entities.books_edit') }}</h3>
16 <form action="{{ $book->getUrl() }}" method="POST">
17 <input type="hidden" name="_method" value="PUT">
18 @include('books/form', ['model' => $book])
23 @include('components.image-manager', ['imageType' => 'cover'])