@include('partials.header') @include('partials.menu') @yield('sidebar')
@yield('title2')
Dashboard
@yield('subtitle')
GestStudent v22.xx
@yield('main')
@include('partials.footer')
@yield('script')