@can('quiz-topic.delete') @endcan @can('quiz-topic.create') {{ __('Add Quiz') }} @endcan
@foreach($topics as $topic) @endforeach
# {{ __('Question') }} {{ __('Marks') }} {{ __('Status') }} {{ __('Reattempt') }} {{ __('DueDays') }} {{ __('Type') }} {{ __('Action') }}
1 {{$topic->title}} {{$topic->per_q_mark}} @if($topic->due_days) {{$topic->due_days}} @else - @endif @if($topic->type==1) {{ __('Subjective') }} @else {{ __('Objective') }} @endif
@section('script') @endsection