@forelse ($question->answers as $key2 => $answer)
{{ $answer->{'answer_' . App::getLocale()} }}
@empty
@endforelse
@php
if ($question->question_image) {
$link = $question->question_image;
} else {
$link = '/images/noimg.png';
}
@endphp
@if (in_array(pathinfo($link, PATHINFO_EXTENSION), ['jpg', 'jpeg', 'gif', 'png', 'bmp', 'JPG']))
 }})
@else
@endif