Category : {{ $question->category_name }}
Question Type : @if($question->type == 0) Objective @else Multiple Choice @endif
Question :
{!! $question->question !!}
@foreach($options as $opts)
@if($opts->right_option == 1)
@endif
{{ $albets_array[$i] }} )
{!! $opts->option_ans !!}
@endforeach
Right Answers : @foreach($right_opt as $rop) @if($j==0) {{ $rop }} @else {{ ", ".$rop }} @endif @endforeach
@if($question->description!="")
Description :
{!! $question->description !!}
@endif