($appearance ?? 'system') == 'dark' && ! request()->is('client*')]) @if (! empty($themeBrandColor) && (request()->is('client*') || request()->is('order*'))) style="--brand-primary: {{ $themeBrandColor }}; --primary: {{ $themeBrandColor }}; --ring: {{ $themeBrandColor }}" @elseif (! empty($themeBrandColor)) style="--brand-primary: {{ $themeBrandColor }}" @endif >
{{-- Inline script to detect system dark mode preference and apply it immediately --}} @fonts @foreach ($themeStaticCss ?? [] as $href) @endforeach @vite($viteInputs ?? ['resources/css/app.css', 'resources/js/app.ts', "resources/js/pages/{$page['component']}.vue"])