X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/3fd61a3600f541da406dbde9516fb97c006f0068..refs/pull/806/head:/resources/views/books/edit.blade.php diff --git a/resources/views/books/edit.blade.php b/resources/views/books/edit.blade.php index 2419b68da..0f61512db 100644 --- a/resources/views/books/edit.blade.php +++ b/resources/views/books/edit.blade.php @@ -1,23 +1,24 @@ -@extends('base') +@extends('simple-layout') -@section('content') - -
-
-
-
- @include('books._breadcrumbs', ['book' => $book]) -
-
-
+@section('toolbar') +
+ @include('books._breadcrumbs', ['book' => $book])
+@stop + +@section('body')
-

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

-
- - @include('books/form', ['model' => $book]) -
+

 

+
+

@icon('edit') {{ trans('entities.books_edit') }}

+
+
+ + @include('books/form', ['model' => $book]) +
+
+
- +@include('components.image-manager', ['imageType' => 'cover']) @stop \ No newline at end of file