| Sr.no | Batch Number | Quiz Title | Date | Start Time | End Time | Status |
|---|---|---|---|---|---|---|
| {{$key+1}} | {{$batch->batch_number}} | {{$batch->title}} | {{$batch->date}} | {{$batch->start_time}} | {{$batch->end_time}} | @if ($batch->status == 1) Active @elseif ($batch->status == 2) Compelted @else Pending @endif |