@include('frontend::components.partials.head.plugins') @stack('after-styles') {{-- Vite CSS --}} {{-- {{ module_vite('build-frontend', 'resources/assets/sass/app.scss') }} --}} @include('frontend::layouts.header') @yield('content') @include('frontend::layouts.footer') @include('frontend::components.partials.back-to-top') @include('frontend::components.partials.scripts.plugins') @if(session('success')) @endif @if(session('error')) @endif {{-- Vite JS --}} {{-- {{ module_vite('build-frontend', 'resources/assets/js/app.js') }} --}} @stack('after-scripts')