{{ 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', 'ng-class'=>'{"has-error": formQuestionBank.question.$touched && formQuestionBank.question.$invalid}', 'ng-minlength' => '4', )) }}
{!! getValidationMessage()!!} {!! getValidationMessage('minlength')!!}
{{ Form::label('question_l2', getphrase('question_2nd_language')) }} {{ Form::textarea('question_l2', $value = null , $attributes = array('class'=>'form-control ckeditor', 'placeholder' => 'Your question', 'rows' => '5', 'ng-model'=>'question_l2', 'id'=>'question_l2', )) }}