{!! Form::select('items[][item]', [ 'text' => trans('Allegro::admin/templates/forms.sections.text'), 'image' => trans('Allegro::admin/templates/forms.sections.photo') ], $element ?? null, ['class' => 'form-control form-item']) !!} {!! Form::select('items[][content]', [ 'unique' => 'Indywidualny dla każdego produktu', 'section' => 'Standardowa sekcja', 'auto' => 'Automatyczna sekcja', ], null, ['class' => 'form-control form-content']) !!}
@include($views['sections']['delete-column-button'])