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