@include('frontend::layouts.head')
@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
@if(session('purchase_success'))
@endif
{{-- Vite JS --}}
{{-- {{ module_vite('build-frontend', 'resources/assets/js/app.js') }} --}}
@stack('after-scripts')