diff --git a/resources/views/layouts/default.blade.php b/resources/views/layouts/default.blade.php index 3298b1bcfb..e2b45b9f94 100644 --- a/resources/views/layouts/default.blade.php +++ b/resources/views/layouts/default.blade.php @@ -495,20 +495,29 @@ @yield('title') - @if (config('app.lock_passwords')) - {{ trans('general.some_features_disabled') }} - @endif + @yield('header_right') + + + + @if (config('app.lock_passwords')) + + + {{ trans('general.some_features_disabled') }} + + + @endif + @include('notifications')
{{ trans('general.some_features_disabled') }}