@section('content')
- <div class="page-content">
+ <div class="container small" ng-non-bindable>
<h1>Edit Book</h1>
- <form action="/books/{{$book->slug}}" method="POST">
+ <form action="{{ $book->getUrl() }}" method="POST">
<input type="hidden" name="_method" value="PUT">
@include('books/form', ['model' => $book])
</form>