@include('student/header') @include('student/sidebar')
@yield('content') @if (isset($count)) @if ($count==0)
Sorry, you can not use this features yet!!
You are not assigned yet by a teacher, please kindly wait to be assigned.
@endif @endif
@include('student/footer')