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