@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 (($theme ?? null) === 'businessportal24') @endif @stack('styles') @if (($theme ?? null) !== 'businessportal24') @endif
@yield('content') @stack('scripts')