* Match the following :-
{{--begin question --}}
@if ($question->matchQuestion->questiontext)
@endif
{{$question->matchQuestion->name}}
@if ($question->matchQuestion->hint)
@endif
@if ($question->matchQuestion->questiontext)
{!! $question->matchQuestion->questiontext !!}
@endif
{{--end question --}}
{{-- start:question multimedia --}}
@if ($question_attachments->count() > 0)
@foreach ($question_attachments as $question_attachment)
@if ($question_attachment->type == 'ogg' || $question_attachment->type == 'mp4' || $question_attachment->type == 'mp3')
@else
{{--
Attachment {{++$count}} --}}
Download
@endif
@endforeach
@endif
{{-- end:question multimedia --}}
@foreach ($left_side as $left_item)
{{$left_item->description}}
@if ($left_item->multimedia_id)
@endif
@endforeach
@foreach ($right_side as $right_item)
{{$right_item->description}}
@if ($right_item->multimedia_id)
@endif
@endforeach