label('Image(s)')->class('form-label')->for('image')); ?>
all() : [])); ?>
withName('image-input'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
except(\App\View\Components\ImageInput::ignoredParameterNames()); ?>
withAttributes(['editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'id' => 'images','name' => 'images','data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable ? $slider->getRawOriginal('images') : null),'multiple' => true,'label' => 'Select Image(s)']); ?>
renderComponent(); ?>