Assigned StudentsThere are {{$enrolled_students}} students enrolled in this courseThere are {{count($quiz_students->where('is_allowed',1))}} students assigned to this Quiz
{{-- edit start and end date modal --}}
@endsection
@section('js')
{{-- delete student --}}
{{-- Submit forms --}}
{{-- show modals --}}
@if(request()->status)
@endif
{{-- confirm alert --}}
{{-- on check checkboxes --}}
@endsection