X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/d886c6a32e633f21a38b5fc880cf14f9921404c2..refs/pull/3693/head:/resources/views/chapters/create.blade.php diff --git a/resources/views/chapters/create.blade.php b/resources/views/chapters/create.blade.php index 765756055..1216f4d27 100644 --- a/resources/views/chapters/create.blade.php +++ b/resources/views/chapters/create.blade.php @@ -1,26 +1,24 @@ -@extends('simple-layout') - -@section('toolbar') -
- -
-@stop +@extends('layouts.simple') @section('body') -
-
-

@icon('add') {{ trans('entities.chapters_create') }}

-
-
- @include('chapters/form') -
-
+ +
+ @include('entities.breadcrumbs', ['crumbs' => [ + $book, + $book->getUrl('create-chapter') => [ + 'text' => trans('entities.chapters_create'), + 'icon' => 'add', + ] + ]])
-
+
+

{{ trans('entities.chapters_create') }}

+
+ @include('chapters.parts.form') +
+
+ +
@stop \ No newline at end of file