@if (Config::get('languages')[App::getLocale()] == "English")
Q: {{ $question->question_title }}
{{ $question->question_note }}
@else
س: {{ $question->question_title_ar }}
{{ $question->question_note_ar }}
@endif
@foreach ( json_decode($question->answers) as $Answer)
@endforeach