refs #443 form element add manuel
This commit is contained in:
		@@ -21,6 +21,7 @@
 | 
			
		||||
                {{ Form::selectGroup('type', trans_choice('general.types', 1), 'bars', $types) }}
 | 
			
		||||
            @endif
 | 
			
		||||
 | 
			
		||||
            @stack('color_input_start')
 | 
			
		||||
            <div class="form-group col-md-6 required {{ $errors->has('color') ? 'has-error' : ''}}">
 | 
			
		||||
                {!! Form::label('color', trans('general.color'), ['class' => 'control-label']) !!}
 | 
			
		||||
                <div  id="category-color-picker" class="input-group colorpicker-component">
 | 
			
		||||
@@ -29,6 +30,7 @@
 | 
			
		||||
                </div>
 | 
			
		||||
                {!! $errors->first('color', '<p class="help-block">:message</p>') !!}
 | 
			
		||||
            </div>
 | 
			
		||||
            @stack('color_input_end')
 | 
			
		||||
 | 
			
		||||
            {{ Form::radioGroup('enabled', trans('general.enabled')) }}
 | 
			
		||||
        </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user