menu) }}" class="form-control {{ $errors->has('menu') ? ' is-invalid' : '' }}" required autofocus> @if ($errors->has('menu')) {{ $errors->first('menu') }} @endif
{{ Form::select('padre', ['0' => 'Sin Padre'] + $menus, null, ['required', 'class' => 'form-control', 'placeholder' => __(':: Seleccione ::')])}} @if ($errors->has('padre')) {{ $errors->first('padre') }} @endif
ruta) }}" class="form-control {{ $errors->has('ruta') ? ' is-invalid' : '' }}" required> @if ($errors->has('ruta')) {{ $errors->first('ruta') }} @endif
nivel) }}"> @if ($errors->has('nivel')) {{ $errors->first('nivel') }} @endif
Ej: fas fa-pills - ({{ __('Más Iconos') }}) icono) }}" class="form-control {{ $errors->has('icono') ? ' is-invalid' : '' }}" required> @if ($errors->has('icono')) {{ $errors->first('icono') }} @endif