- <h1>{{ trans('entities.chapters_edit') }}</h1>
- <form action="{{ $chapter->getUrl() }}" method="POST">
- <input type="hidden" name="_method" value="PUT">
- @include('chapters/form', ['model' => $chapter])
- </form>
+ <p> </p>
+ <div class="card">
+ <h3>@icon('edit') {{ trans('entities.chapters_edit') }}</h3>
+ <div class="body">
+ <form action="{{ $chapter->getUrl() }}" method="POST">
+ <input type="hidden" name="_method" value="PUT">
+ @include('chapters/form', ['model' => $chapter])
+ </form>
+ </div>
+ </div>