@foreach($questionsol as $solutions)
{!!$solutions->direction!!}
Que.{{++$k}}{!!$solutions->question!!}
@php
$useranswer=App\SectionalQuizAnswer::where('question_id', $solutions->id)->where('user_id', Auth::user()->id)->first();
@endphp
@if($useranswer->user_answer=="E")
@else
@endif
{!!$solutions->solution!!}
@endforeach