X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/d682a0157f7a5360b91bd3bb862e4102465b286b..refs/pull/2511/head:/resources/views/base.blade.php diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index 3c144fea8..a5404a365 100644 --- a/resources/views/base.blade.php +++ b/resources/views/base.blade.php @@ -1,88 +1,49 @@ - + {{ 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') -
+ -
+ -@yield('bottom') - -@yield('scripts') + + @yield('bottom') + + @yield('scripts') +