@yield('style')
@include('partials.header') @include('partials.sideBar')
@yield('page_breadcrumb')
Dashboard
Dashboard GestStudent
GestStudent v22.xx
@yield('content')
@include('partials.footer')
{{-- page's script --}} @yield('script')