@extends('admin.layouts.simple.master') @section('title', 'Quizzes') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')
# | Name | Batch | Difficulty | Duration | Start Date | End Date | Status | Action |
---|---|---|---|---|---|---|---|---|
{{$key}} | {{ $quiz->name }} | {{ $quiz->batch->name }}-({{ $quiz->batch->batch_id }}) {{ $quiz->batch->course->name }} |
{{ $quiz->difficulty }} | {{ $quiz->duration }} Minutes | {{ $quiz->startdate }} | {{ $quiz->enddate }} | {{ ($quiz->is_active == 1) ? 'Active' : 'Non Active' }} |
|