{{ Form::label('hourly_grades', getphrase('hourly_grades')) }} * {{ Form::text('hourly_grades', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => getPhrase('hourly_grades'), 'ng-model'=>'hourly_grades', 'required'=> 'true', 'ng-class'=>'{"has-error": formHt.hourly_grades.$touched && formHt.hourly_grades.$invalid}' )) }}
{!! getValidationMessage()!!}
{{ Form::label('hourly_rate', getphrase('hourly_rate')) }} * {{ Form::number('hourly_rate', null , $attributes = array('class'=>'form-control', 'placeholder' => getPhrase('hourly_rate'), 'id'=>'hourly_rate', 'string-to-number', 'ng-model'=>'hourly_rate', 'required'=> 'true', 'ng-class'=>'{"has-error": formHt.hourly_rate.$touched && formHt.hourly_rate.$invalid}', )) }}
{!! getValidationMessage()!!} {!! getValidationMessage('number')!!}