5 <div class="faded-small toolbar">
6 <div class="container">
8 <div class="col-sm-12 faded">
9 @include('books._breadcrumbs', ['book' => $book])
15 <div class="container small" ng-non-bindable>
16 <h1>{{ trans('entities.books_edit') }}</h1>
17 <form action="{{ $book->getUrl() }}" method="POST">
18 <input type="hidden" name="_method" value="PUT">
19 @include('books/form', ['model' => $book])