{!! $answers->where('id', '=', $question->profilequestionID)->where('answertextorderNR', '=', 1)->first()->answerText !!}

{!! $answers->where('id', '=', $question->profilequestionID)->where('answertextorderNR', '=', 2)->first()->answerText !!}

{!! $answers->where('id', '=', $question->profilequestionID)->where('answertextorderNR', '=', 3)->first()->answerText !!}

{!! $answers->where('id', '=', $question->profilequestionID)->where('answertextorderNR', '=', 4)->first()->answerText !!}