{{ Form::label('category', getphrase('category_name')) }} * {{ Form::text('category', $value = null , $attributes = array('class'=>'form-control', 'placeholder' => getPhrase('enter_category_name'), 'ng-model'=>'category', 'ng-pattern' => getRegexPattern('name'), 'ng-minlength' => '2', 'ng-maxlength' => '60', 'required'=> 'true', 'ng-class'=>'{"has-error": formCategories.category.$touched && formCategories.category.$invalid}', )) }}
{!! getValidationMessage()!!} {!! getValidationMessage('minlength')!!} {!! getValidationMessage('maxlength')!!} {!! getValidationMessage('pattern')!!}
{{ Form::label('category', getphrase('image')) }}
@if($record) @if($record->image)