1 @extends('simple-layout')
4 <div class="col-sm-12 faded">
5 @include('chapters._breadcrumbs', ['chapter' => $chapter])
11 <div class="container small" ng-non-bindable>
14 <h3>@icon('edit') {{ trans('entities.chapters_edit') }}</h3>
16 <form action="{{ $chapter->getUrl() }}" method="POST">
17 <input type="hidden" name="_method" value="PUT">
18 @include('chapters/form', ['model' => $chapter])