@include('theme::partials.seo-head') @vite(['resources/css/app.css', 'resources/js/app.js']) @stack('head')
@include('theme::partials.nav')
@yield('content')
@stack('scripts')