{{ Form::label('name', getphrase('name')) }} * {{ Form::text('name', null , $attributes = array('class'=>'form-control', 'placeholder' => getPhrase('name'), 'ng-model'=>'name', 'required'=> 'true', 'ng-class'=>'{"has-error": sectionMaster.name.$touched && sectionMaster.name.$invalid}', )) }}
{!! getValidationMessage()!!}
{{ Form::label('description', getphrase('description')) }} * {{ Form::text('description', null , $attributes = array('class'=>'form-control', 'placeholder' => getPhrase('Form_description'), 'ng-model'=>'description', 'required'=> 'true', 'ng-class'=>'{"has-error": sectionMaster.description.$touched && sectionMaster.description.$invalid}', )) }}
{!! getValidationMessage()!!}