@section('head-assets')
@include('components.head')
@show
@yield('custom-head-scripts')
{{-- @vite(['resources/sass/app.scss', 'resources/js/app.js'])--}}
@section('header')
@include('components.header')
@show
@section('menu')
@include('components.dashboardMenu')
@show
@section('footer')
@include('components.footer')
@show
@section('footer-assets')
@include('components.footer-assets')
@show
@yield('custom-scripts-footer')