'admin::components.form.control-group.control','data' => ['type' => 'file','id' => $attribute->code,'name' => $attribute->code,'rules' => $validations,'label' => $attribute->name]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin::form.control-group.control'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['type' => 'file','id' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($attribute->code),'name' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($attribute->code),'rules' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($validations),'label' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($attribute->name)]); ?>
renderComponent(); ?>
'admin::components.form.control-group.control','data' => ['type' => 'checkbox','name' => ''.e($attribute->code).'[delete]','id' => ''.e($attribute->code).'[delete]','for' => ''.e($attribute->code).'[delete]','value' => '1']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
withName('admin::form.control-group.control'); ?>
shouldRender()): ?>
startComponent($component->resolveView(), $component->data()); ?>
getConstructor()): ?>
except(collect($constructor->getParameters())->map->getName()->all()); ?>
withAttributes(['type' => 'checkbox','name' => ''.e($attribute->code).'[delete]','id' => ''.e($attribute->code).'[delete]','for' => ''.e($attribute->code).'[delete]','value' => '1']); ?>
renderComponent(); ?>