{{ Form::label('title', getphrase('title')) }} * {{ Form::text('title', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => 'parentmapname', 'ng-model'=>'title', 'required'=> 'true', 'ng-class'=>'{"has-error": formParentMap.title.$touched && formParentMap.title.$invalid}', )) }}
{!! getValidationMessage()!!}
{{ Form::label('description',getphrase('description')) }} {{ Form::textarea('description',$value = null,$attributes =array('class'=>'form-control','rows'=>5,'placeholder'=>'Description')) }}