X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/444a23a419539b9236a3cf04cf5c76c2d216c49e..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 bea20eca9..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', @@ -20,7 +20,7 @@

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

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