{{ Form::label('key', getphrase('key')) }} * {{ Form::text('title', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => getPhrase('key'), 'ng-model'=>'title', 'ng-pattern' => getRegexPattern("name"), 'required'=> 'true', $readonly, 'ng-class'=>'{"has-error": formEmails.title.$touched && formEmails.title.$invalid}' )) }}
{!! getValidationMessage()!!} {!! getValidationMessage('pattern')!!}