@php $theme = config('app.theme', 'b2in'); @endphp @vite([ \App\Helpers\ThemeHelper::getThemeCssPath(), 'resources/js/app.js' ], 'build/' . $theme) @stack('styles') {{ $slot }} @stack('scripts')