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