@php $font = \App\Helpers\ThemeHelper::getFont(); $theme = config('app.theme', 'businessportal24'); @endphp @vite([\App\Helpers\ThemeHelper::getThemeCssPath(), 'resources/js/app.js'], $domainConfig['assets_dir'] ?? 'build/web') @if (in_array(($theme ?? null), ['businessportal24', 'presseecho', 'presseportale'], true)) @endif @stack('styles') @if (! in_array(($theme ?? null), ['businessportal24', 'presseecho', 'presseportale'], true)) @endif @yield('content') @stack('scripts')