@vite(['resources/css/app.css', 'resources/js/app.js']) @stack('styles')
@hasSection('hero')
@yield('hero')
@endif @yield('content') @stack('scripts')