{{ Form::label ('branch_id', getphrase('branch')) }} * {{ Form::select('branch_id', $branches, $selected, [ 'class' => 'form-control', "id" => "select_branch", "ng-model" => "branch_id", "ng-change" => "getAcademicYears(branch_id)", 'required'=> 'true', 'ng-class'=>'{"has-error": formQuiz.branch_id.$touched && formQuiz.branch_id.$invalid}', ])}}
{!! getValidationMessage()!!}
{{ Form::label('title', getphrase('title')) }} * {{ Form::text('title', $value = '' , $attributes = array('class'=>'form-control', 'placeholder' => getPhrase('quiz_title'), 'ng-model'=>'title', 'required'=> 'true', 'ng-class'=>'{"has-error": formQuiz.title.$touched && formQuiz.title.$invalid}', 'ng-minlength' => '4', 'ng-maxlength' => '60', )) }}
{!! getValidationMessage()!!} {!! getValidationMessage('minlength')!!} {!! getValidationMessage('maxlength')!!}
*
{!! getValidationMessage()!!}