@foreach($questions as $key=>$question) {!! Form::hidden("ans[$key][question_id]",$question->id) !!}
Question Category: {{@$question->question_category->category_name}}
answer_type == 1) checked="" @endif> answer_type == 0) checked="" @endif>
@endforeach