2015-07-27 21:17:08 +02:00
|
|
|
@extends('base')
|
|
|
|
|
|
|
|
@section('content')
|
|
|
|
|
2015-12-30 22:38:20 +01:00
|
|
|
<div class="container small" ng-non-bindable>
|
2015-07-27 21:17:08 +02:00
|
|
|
<h1>Create New Chapter</h1>
|
|
|
|
<form action="{{$book->getUrl()}}/chapter/create" method="POST">
|
|
|
|
@include('chapters/form')
|
|
|
|
</form>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
@stop
|