5 <div class="container small" ng-non-bindable>
6 <h1>{{ trans('entities.chapters_edit') }}</h1>
7 <form action="{{ $chapter->getUrl() }}" method="POST">
8 <input type="hidden" name="_method" value="PUT">
9 @include('chapters/form', ['model' => $chapter])