X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/86f56dd22b09c1cfc79518e9c416c4dba88ed2e1..refs/pull/1755/head:/resources/views/base.blade.php diff --git a/resources/views/base.blade.php b/resources/views/base.blade.php index 971a90340..075481620 100644 --- a/resources/views/base.blade.php +++ b/resources/views/base.blade.php @@ -1,37 +1,40 @@ - + {{ isset($pageTitle) ? $pageTitle . ' | ' : '' }}{{ setting('app-name') }} - + - - - @yield('head') + + @include('partials.custom-styles') @include('partials.custom-head') @stack('head') + + + @stack('translations') + @include('partials.notifications') @include('common.header') -
+
@yield('content') -
+ -
+