@vite('resources/css/app.css')
@yield('title')
@include('partials.navbar') @yield('content') @include('partials.footer')