From 70092d3bd8fca93f930bc9f940ce24a8d2d18dc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20V=C3=B6lkl?= Date: Tue, 16 Jan 2024 17:45:37 +0100 Subject: [PATCH] added noscript message --- content/master.blade.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/content/master.blade.php b/content/master.blade.php index 04cfc1f..674202c 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -33,6 +33,20 @@ @endif + + + @if(session()->has('auth_user')) + + @yield('content') @include('template.'.config('settings.template').'.content.includes.cookie-banner') @if($_warenkorb_aktiv)