@include('student/pythoncourse/header')
@include('student/pythoncourse/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