5 <div class="page-content">
7 <form action="/books/{{$book->slug}}" method="POST">
8 <input type="hidden" name="_method" value="PUT">
9 @include('books/form', ['model' => $book])
11 <hr class="margin-top large">
12 <div class="margin-top large shaded padded">
13 <h2 class="margin-top">Delete this book</h2>
14 <p>This will delete this book and all it's pages.</p>
15 @include('form/delete-button', ['url' => '/books/' . $book->id . '/destroy', 'text' => 'Delete'])