X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/6be2d3f28c2d59987dba8b2b38714a7b9aae7c6b..refs/pull/1973/head:/resources/views/base.blade.php diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index c7a5acca8..9a3e6f906 100644 --- a/resources/views/base.blade.php +++ b/resources/views/base.blade.php @@ -1,91 +1,50 @@ - + {{ isset($pageTitle) ? $pageTitle . ' | ' : '' }}{{ setting('app-name') }} - + - - - @yield('head') - @include('partials/custom-styles') - + + @include('partials.custom-styles') @include('partials.custom-head') - - - @include('partials/notifications') + @stack('head') - + + -
+ @include('partials.notifications') + @include('common.header') + +
@yield('content') -
+ + + @include('common.footer') -
+ -@yield('bottom') - -@yield('scripts') + + @yield('bottom') + + @yield('scripts') +