@section('content')
- <div class="page-content">
+ <div class="container small" ng-non-bindable>
<h1>Create New Chapter</h1>
- <form action="{{$book->getUrl()}}/chapter/create" method="POST">
+ <form action="{{ $book->getUrl('/chapter/create') }}" method="POST">
@include('chapters/form')
</form>
</div>