# | {{ __('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 |
|