'admin::components.form.control-group.controls.inline.file','data' => [':name' => '\''.e($attribute->code).'\'',':value' => '\''.e($value ? route('admin.settings.attributes.download', ['path' => $value]) : '').'\'','rules' => 'required|mimes:jpeg,jpg,png,gif','position' => 'left','label' => $attribute->name,':errors' => 'errors','placeholder' => $attribute->name,'url' => $url,'allowEdit' => $allowEdit]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> withName('admin::form.control-group.controls.inline.file'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> getConstructor()): ?> except(collect($constructor->getParameters())->map->getName()->all()); ?> withAttributes([':name' => '\''.e($attribute->code).'\'',':value' => '\''.e($value ? route('admin.settings.attributes.download', ['path' => $value]) : '').'\'','rules' => 'required|mimes:jpeg,jpg,png,gif','position' => 'left','label' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($attribute->name),':errors' => 'errors','placeholder' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($attribute->name),'url' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($url),'allow-edit' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($allowEdit)]); ?> renderComponent(); ?>