1
@php $display = 0 ; $nbrcourrant = 0 ; @endphp @foreach( $categoryQuizs as $categoryQuiz)
@csrf @foreach($categoryQuiz->quizs as $quiz ) @php $nbrcourrant ++; @endphp

{{ app()->getLocale() == "en" ? $categoryQuiz->title_en : $categoryQuiz->title_ar }}

{{ app()->getLocale() == "en" ? $quiz->quiz_en : $quiz->quiz_ar }}

@foreach( $quiz ->quizAnswers as $quizAnswer )
id , $list_quiz_answer_id)) checked @endif />
@endforeach
@if($nbrcourrant < $countTotalQuiz) Next question @else @endif
@php $display = 1 ; @endphp @endforeach @endforeach