Get Quizzes by
@if(isset($quizzes))
@endif
| S.No | Quiz Name | Quiz Type | Difficulty Level | Duration | Action |
|---|---|---|---|---|---|
| {{ $k + 1 }} | {{ ucwords($quiz->quiz_name) }} | {{ ucwords($quiz->type) }} | {{ ucwords($quiz->difficulty_level) }} | {{ $quiz->duration }} | Take Exam |