label('Logo')->class('form-label')->for('logo')); ?>
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('logo') : null),'id' => 'logo','name' => 'logo','editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'multiple' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(false)]); ?>
renderComponent(); ?>
label('Logo - White')->class('form-label')->for('logo_white')); ?>
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('logo_white') : null),'id' => 'logo_white','name' => 'logo_white','editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'multiple' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(false)]); ?>
renderComponent(); ?>
label('Fav Icon')->class('form-label')->for('favicon')); ?>
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('favicon') : null),'id' => 'favicon','name' => 'favicon','editable' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($editable),'mulitple' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(false)]); ?>
renderComponent(); ?>
'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(); ?>