@extends('admin.layouts.master') @section('title','All Quiz') @section('maincontent') @include('admin.layouts.topbar',$data)
| # | {{ __('Course') }} | {{ __('Topic') }} | {{ __('Question') }} | @if($topic->type == NULL){{ __('A') }} | {{ __('B') }} | {{ __('C') }} | {{ __('D') }} | {{ __('Answer') }} | @endif{{ __('Action') }} | |||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | {{$quiz->courses->title}} | {{$quiz->topic->title}} | {{$quiz->question}} | @if($topic->type == NULL) @if($quiz->data_type =='Objective'){{$quiz->a}} | {{$quiz->b}} | {{$quiz->c}} | {{$quiz->d}} | {{$quiz->answer}} | @else{{$quiz->first_option_ans}} | {{$quiz->second_option_ans}} | {{$quiz->answer}} | @endif @endif
                                 
                                      @if($topic->type == NULL)
                                        {{ __('Edit') }}
                                        @endif
                                        @if($topic->type == '1')
                                        {{ __('Edit') }}
                                        @endif
                                        
                                            {{ __("Delete") }}
                                        
                                     
                                {{ __('Delete') }}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}} ? {{ __('This process cannot be undone.')}}  |