@yield('script')
@include('student/header') @include('student/sidebar')
@yield('content') @if (isset($status)) @if ($status!='active')
Sorry, you can not use this features yet!!
Your account need to be validated by the teacher, please kindly wait to be validated.
@endif @endif
@include('student/footer')