X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/1b8a1644123e00ae9b8785886c63f20e1ee134da..refs/pull/5725/head:/resources/views/shelves/create.blade.php diff --git a/resources/views/shelves/create.blade.php b/resources/views/shelves/create.blade.php index aee1c5a42..95b459068 100644 --- a/resources/views/shelves/create.blade.php +++ b/resources/views/shelves/create.blade.php @@ -1,11 +1,11 @@ -@extends('simple-layout') +@extends('layouts.simple') @section('body')
- @include('partials.breadcrumbs', ['crumbs' => [ + @include('entities.breadcrumbs', ['crumbs' => [ '/shelves' => [ 'text' => trans('entities.shelves'), 'icon' => 'bookshelf', @@ -17,12 +17,12 @@ ]])
-
+

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

- @include('shelves.form', ['shelf' => null, 'books' => $books]) + @include('shelves.parts.form', ['shelf' => null, 'books' => $books])
-
+