{{ $key+1 }}) {{ $value }}
@php $rigntAnswer = ' '; @endphp @foreach ($temp['options'][$key] as $option) @if ($option->status == 1) @php $rigntAnswer = $option->title; @endphp @endif @if ($option->id == $temp['answer_id'][$key]) @if ($option->status == 1)Your Answer: {{$option->title}} ( Correct)
@elseYour Answer: {{$option->title}} ( Wrong)
Correct Answer: {{ $rigntAnswer }}
@endif @endif @endforeach