condition with cookies

master
Gustavo Luigi 2022-10-13 12:43:55 -03:00
parent a6170ef7f8
commit 74ae8a67b5
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@
<title>Physiotherapie und Ergotherepie - Kurbad Pleystein</title>
@include('template.'.config('settings.template').'.content.includes.css')
@include('template.'.config('settings.template').'.content.includes.integrations')
@if(isset($_COOKIE["cookies-consent"]) && $_COOKIE["cookies-consent"])
<!-- User accepted cookies -->
@else
<!-- User not accepted cookies -->
@endif
</head>
<body style="border-top: 8px solid #23bc8c;">
<nav class="navbar navbar-expand-lg mt-3">