@if(count($question->useranswer) > 0)
@foreach($question->useranswer as $answer) {!! $answer->answer ?? 'Not Available' !!} {{-- is_array($answer->answer) ? 'Not Available' : ($answer->answer ?? 'Not Available') --}} @endforeach
{{-- @if(count($question->decision) == 0) @endif --}} @elseNot Available
@endif