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