@filamentStyles @livewireStyles @if(file_exists(public_path('hot'))) @vite(['resources/css/app.css', 'resources/js/app.js']) @elseif(file_exists(public_path('build/manifest.json'))) @vite(['resources/css/app.css', 'resources/js/app.js']) @endif @unless(file_exists(public_path('hot')) || file_exists(public_path('build/manifest.json'))) @endunless @include('tenant.partials.theme-css-vars', ['tenantThemeVars' => $tenantThemeVars ?? null]) @stack('styles')
@include('layouts.partials.erp-global-navbar')
@yield('content')
@include('layouts.partials.erp-shell-footer-scripts') @stack('scripts')