{{ $answer->question->title }}

@if($answer->question->questionType->name == 'Textarea')

{{ $answer->pivot->open_answer }}

@else

{{ $answer->title }}

@endif
Change Answer