@include('partials.html-root-open')
{{ config('app.name', 'Laravel') }}
@vite(['resources/css/app.css', 'resources/js/app.js'])
{{ $slot }}