@include('student.common.head') @yield('styles')
@if (is_student()) @include('student.common.left-menu') @else @include('student.common.left-menu-st-master') @endif @include('student.common.navbar-header')
@yield('content')
{{--
@include('student.common.navbar-header')
@yield('content')
Copyright 2021
Knewton.com
| All Rights Reserved.
--}}
@stack('modal') @include('student.common.script')