{!! Form::customInput('text', 'name') !!}
{!! Form::label('categories', __("parent_id"), ['class' => 'awesome']) !!}
{!! Form::select('parent_id', $categories,$entity->parent_id, array('class' => 'form-control' )) !!}
@if ($errors->has('parent_id'))
{{ $errors->first('parent_id') }}
@endif
@push('script')
{{-- {!! JsValidator::formRequest("Modules\Settings\Http\Requests\RegionRequest") !!} --}}
@endpush
{!! JsValidator::formRequest("Modules\Ads\Http\Requests\CategoryRequest") !!}