X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/d886c6a32e633f21a38b5fc880cf14f9921404c2..refs/pull/2298/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..c9787e634 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 - @section('body') -
-
-

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

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

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

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