@foreach ($answers->where('id', '=', $question->profilequestionID) as $answer)
{{ $answer->answerText }}
profileanswerID])) value="{{ $othervalues[$answer->profileanswerID] }}" @endif required>
@endforeach