From 74ae8a67b5185d795aa20e53001e601ccff2c7a5 Mon Sep 17 00:00:00 2001 From: Gustavo Luigi <=> Date: Thu, 13 Oct 2022 12:43:55 -0300 Subject: [PATCH] condition with cookies --- content/master.blade.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/content/master.blade.php b/content/master.blade.php index 214ba43..e604c89 100644 --- a/content/master.blade.php +++ b/content/master.blade.php @@ -6,6 +6,11 @@ Physiotherapie und Ergotherepie - Kurbad Pleystein @include('template.'.config('settings.template').'.content.includes.css') @include('template.'.config('settings.template').'.content.includes.integrations') + @if(isset($_COOKIE["cookies-consent"]) && $_COOKIE["cookies-consent"]) + + @else + + @endif