label('President')->class('form-label')->for('president')); ?>
text('president')->class('form-control')->value(setting('president'))->placeholder('Enter President Name')); ?>
label('Preloader')->class('form-label')->for('preloader_check')); ?>
select('preloader_check', ['1' => 'Enable', '0' => 'Disable'])->class('form-select choices-select')->value(setting('color'))); ?>
label('Theme')->class('form-label')->for('color')); ?>
input($type = 'color', $name = 'color')->class('form-control')->value(setting('color'))); ?>
label('Other Image')->class('form-label')->for('other_image')); ?>
all() : [])); ?>
withName('image-input'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
except(\App\View\Components\ImageInput::ignoredParameterNames()); ?>
withAttributes(['data' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable ? setting('other_image') : null),'id' => 'other_image','name' => 'other_image','editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'multiple' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(false)]); ?>
renderComponent(); ?>
label('Chatbot')->class('form-label')->for('chatbot_check')); ?>
select('chatbot_check', ['1' => 'Enable', '0' => 'Disable'], 0)->class('form-select choices-select')->value(setting('chatbot_check'))); ?>
'components.form-buttons','data' => ['editable' => $editable,'label' => 'Update','href' => ''.e(route('setting.index')).'']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?>
withName('form-buttons'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?>
withAttributes(['editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'label' => 'Update','href' => ''.e(route('setting.index')).'']); ?>
renderComponent(); ?>