1 @extends('simple-layout')
4 <div class="col-sm-12 faded">
5 @include('chapters._breadcrumbs', ['chapter' => $chapter])
11 <div class="container small" ng-non-bindable>
14 <h3>@icon('delete') {{ trans('entities.chapters_delete') }}</h3>
17 <p>{{ trans('entities.chapters_delete_explain', ['chapterName' => $chapter->name]) }}</p>
18 <p class="text-neg">{{ trans('entities.chapters_delete_confirm') }}</p>
20 <form action="{{ $chapter->getUrl() }}" method="POST">
22 <input type="hidden" name="_method" value="DELETE">
23 <a href="{{ $chapter->getUrl() }}" class="button outline">{{ trans('common.cancel') }}</a>
24 <button type="submit" class="button neg">{{ trans('common.confirm') }}</button>