@foreach (json_decode($assignment->assignment_structure) as $index => $assignments)
first ? 'class="bhoechie-tab-content active "':'class="bhoechie-tab-content"' !!}>
@foreach ($assignments->questions as $questionindx => $question)
{{ $question->question_title }}
{{ $question->question_note }}
@foreach ( $question->answers as $Answerindex=>$Answer)
@endforeach
@endforeach
@endforeach