5 <div class="container small" ng-non-bindable>
7 <p>This will delete the book with the name '{{$book->name}}', All pages and chapters will be removed.</p>
8 <p class="text-neg">Are you sure you want to delete this book?</p>
10 <form action="{{$book->getUrl()}}" method="POST">
12 <input type="hidden" name="_method" value="DELETE">
13 <a href="{{$book->getUrl()}}" class="button">Cancel</a>
14 <button type="submit" class="button neg">Confirm</button>