{{-- Generate seo tags --}} {!! SEO::generate() !!} {!! JsonLd::generate() !!} @foreach ($pwaSettings->icons as $item) @endforeach @if (app('filament')->hasPlugin('google-location-kit') && $googleSettings->status) @endif @filamentStyles @vite('resources/css/app.css') {!! $scriptSettings->custom_script_head !!} {!! GoogleReCaptchaV3::init() !!} {{-- Styles --}} @stack('styles') @if($generalSettings->europa_cookie_consent_enabled) @cookieconsentscripts @endif @if($generalSettings->europa_cookie_consent_enabled) @cookieconsentview @endif @livewire('notifications') {{ $slot }} @if($generalSettings->cookie_consent_enabled) @endif @filamentScripts {!! $scriptSettings->custom_script_body !!} @php $primaryColor = $appearanceSettings?->primary_color ?? '#FDae4B'; // Default to a fallback color if not set $primaryRgb = hexToRgb($primaryColor); $darkerPrimaryRgb1 = adjustBrightness($primaryRgb, 60); $darkerPrimaryRgb10 = adjustBrightness($primaryRgb, -10); $darkerPrimaryRgb20 = adjustBrightness($primaryRgb, -20); $darkerPrimaryRgb25 = adjustBrightness($primaryRgb, -25); @endphp @stack('scripts')