{{$exist_match->event->title}}
@foreach($exist_match->rounds()->orderBy('position')->get() as $round_value) @foreach($round_value->question_sets as $key=>$question_value) @endforeach
{{$round_value->title}} @if(isset($exist_match->category->name)) - {{$exist_match->category->name}} @endif
{!! $round_value->rules !!}
Questions
{{++$key}}. {!! $question_value->question->title !!} @if($question_value->question->useFile && has_image($question_value->question->file))
question->file) )) }}" style="width: 20px;"> @endif
Answer: @if($round_value->type=='multiple') @php $true_option = \App\Models\Quiz\QuizQuestionOption::where('quiz_question_id',$question_value->question->id)->where('isTrue',true)->first(); @endphp {!! $true_option->answer !!} @else {!! $question_value->question->answer !!} @endif
@endforeach