@yield('css') @include('layouts.dashboard.components.topnav')
@include('layouts.dashboard.components.sidenav')
@yield('content')
@include('layouts.dashboard.components.footer')
@yield('js')