{{ Form::label('topic_id', getphrase('topic')) }} * {{Form::select('topic_id', $topics, null, ['class'=>'form-control', "id"=>"topic_id"])}}
{{ Form::label('question', getphrase('question')) }} * {{ Form::textarea('question', $value = null , $attributes = array('class'=>'form-control ckeditor', 'placeholder' => 'Your question', 'rows' => '5', 'ng-model'=>'question', 'id'=>'question', 'ng-class'=>'{"has-error": formQuestionBank.question.$touched && formQuestionBank.question.$invalid}', 'ng-minlength' => '4', )) }}
{!! getValidationMessage()!!} {!! getValidationMessage('minlength')!!}