add: full multi-tenancy control
This commit is contained in:
21
storage/framework/views/5c4dbb25213fcc1592166fa8594fe465.php
Executable file
21
storage/framework/views/5c4dbb25213fcc1592166fa8594fe465.php
Executable file
@@ -0,0 +1,21 @@
|
||||
<?php if (isset($component)) { $__componentOriginal01361c8475018e20bbdc1c186a40a3af = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal01361c8475018e20bbdc1c186a40a3af = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'admin::components.form.control-group.controls.inline.image','data' => [':name' => '\''.e($attribute->code).'\'',':value' => '\''.e(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() : [])); ?>
|
||||
<?php $component->withName('admin::form.control-group.controls.inline.image'); ?>
|
||||
<?php if ($component->shouldRender()): ?>
|
||||
<?php $__env->startComponent($component->resolveView(), $component->data()); ?>
|
||||
<?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag && $constructor = (new ReflectionClass(Illuminate\View\AnonymousComponent::class))->getConstructor()): ?>
|
||||
<?php $attributes = $attributes->except(collect($constructor->getParameters())->map->getName()->all()); ?>
|
||||
<?php endif; ?>
|
||||
<?php $component->withAttributes([':name' => '\''.e($attribute->code).'\'',':value' => '\''.e(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)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal01361c8475018e20bbdc1c186a40a3af)): ?>
|
||||
<?php $attributes = $__attributesOriginal01361c8475018e20bbdc1c186a40a3af; ?>
|
||||
<?php unset($__attributesOriginal01361c8475018e20bbdc1c186a40a3af); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal01361c8475018e20bbdc1c186a40a3af)): ?>
|
||||
<?php $component = $__componentOriginal01361c8475018e20bbdc1c186a40a3af; ?>
|
||||
<?php unset($__componentOriginal01361c8475018e20bbdc1c186a40a3af); ?>
|
||||
<?php endif; ?>
|
||||
<?php /**PATH /var/www/html/packages/Webkul/Admin/src/Resources/views/components/attributes/view/image.blade.php ENDPATH**/ ?>
|
||||
Reference in New Issue
Block a user