@include('tenant.partials.theme-css-vars', ['tenantThemeVars' => $tenantThemeVars ?? []]) @include('store.partials.store-styles') @if(file_exists(public_path('hot')) || file_exists(public_path('build/manifest.json'))) @vite(['resources/js/store.js']) @else @include('store.partials.scripts-fallback') @endif @stack('head')
@include('store.partials.header')