@include('theme.default.layouts.partials.asset-config')
@include('theme.default.layouts.partials.head')
{{-- @vite(['resources/theme/css/app.css', 'resources/theme/js/app.js']) --}}
{{-- --}}
@include('theme.default.includes.footer')
@if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot')))
@vite(['resources/theme/js/app.js'])
@endif
@yield('scripts')