@if($reviewDetails->test_id > 0) @php $id = base64_encode($reviewDetails->id); $type = 1; $question_type = 1; @endphp @elseif($reviewDetails->practice_set_chapter_id > 0) @php $id = base64_encode($reviewDetails->id); $type = 1; $question_type = 2; @endphp @else @php $id = base64_encode($reviewDetails->id); $type = 2; $question_type = 3; @endphp @endif @if(count($questions)>0) @foreach($questions as $key=>$question)
@endforeach @if($questionsTotal > $offset+10)
View More
@endif @else

No Record Found

@endif