@vite(['resources/css/app.css', 'resources/js/app.js'])
@include('shared.navbar-page')
@yield('content')
@include('shared.footer')