create.blade.php 294 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 @extends('base') @section('content') <div class="container small" ng-non-bindable> <h1>{{ trans('entities.chapters_create') }}</h1> <form action="{{ $book->getUrl('/chapter/create') }}" method="POST"> @include('chapters/form') </form> </div> @stop