@extends('base')
@section('content')
- <h2>New Book</h2>
- <form action="/books" method="POST">
- {{ csrf_field() }}
+<div class="container small" ng-non-bindable>
+ <h1>Create New Book</h1>
+ <form action="{{ baseUrl("/books") }}" method="POST">
@include('books/form')
</form>
+</div>
+
@stop
\ No newline at end of file