@vite(['resources/css/app.css', 'resources/js/app.js'])
@include('layouts.partials.sidebar')
@include('layouts.partials.navbar')
@yield('content')