@php // Check if GDPR is enabled - handle different data types $gdprEnabled = false; if (isset($siteSetting)) { $enabled = $siteSetting->gdpr_enabled; $gdprEnabled = ($enabled == 1 || $enabled === true || $enabled === '1' || $enabled == 'true'); } @endphp @if($gdprEnabled)
{{__('Manage your cookie preferences. You can enable or disable different types of cookies below.')}}
{{ $category['description'] ?? '' }}