@php use App\Enums\ConfigurationEnum; @endphp @php($style = "light") @if(isset($_COOKIE['template_customizer_style'] ) and $_COOKIE['template_customizer_style'] == 'dark') @php($style = "dark") @endif