Question Bank

@foreach ($questions as $question) {{-- --}} @endforeach
S.No Class Subject Topic Type Question Status Action
{{ $loop->iteration }} {{ $question->class }} {{ $question->subject }} {{ $question->topic }} {{ $question->type == 1 ? 'Objective' : 'Subjective' }} {!! $question->question !!}
@if ($question->question_status == 1) Active @else Inactive @endif question_status == 1) then checked @endif>
@endsection