@if(getSuperAdminSettingValue('is_cookie_banner') == true && request()->path()=='/'||request()->path()=='terms-conditions'||request()->path()=='privacy-policy') @if($cookieConsentConfig['enabled'] && ! $alreadyConsentedWithCookies && !Session::get('declined')) @if(getSuperAdminSettingValue('home_page_theme') == 4) @include('cookie-consent::dialogContents-theme4') @else @include('cookie-consent::dialogContents') @endif @endif @endif