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