X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/be4f3d62cd37c7b83eb86bbf5fffa00d20acf2ec..refs/pull/2515/head:/resources/views/base.blade.php diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index e6d0b7761..a5404a365 100644 --- a/resources/views/base.blade.php +++ b/resources/views/base.blade.php @@ -1,85 +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') +