add: full multi-tenancy control
This commit is contained in:
21
storage/framework/views/2930f5b83930dd3d0e08667818a6eeee.php
Executable file
21
storage/framework/views/2930f5b83930dd3d0e08667818a6eeee.php
Executable file
@@ -0,0 +1,21 @@
|
||||
<?php if (isset($component)) { $__componentOriginal18bfb654f62d7deb6056bc468d4a99ec = $component; } ?>
|
||||
<?php if (isset($attributes)) { $__attributesOriginal18bfb654f62d7deb6056bc468d4a99ec = $attributes; } ?>
|
||||
<?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'admin::components.form.control-group.controls.inline.text','data' => ['type' => 'inline',':name' => '\''.e($attribute->code).'\'','value' => $value ?? '','valueLabel' => $value == '' ? '--' : $value,'position' => 'left','rules' => 'required|'.e($attribute->validation).'','label' => $attribute->name,'placeholder' => $attribute->name,':errors' => 'errors','url' => $url,'allowEdit' => $allowEdit]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?>
|
||||
<?php $component->withName('admin::form.control-group.controls.inline.text'); ?>
|
||||
<?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(['type' => 'inline',':name' => '\''.e($attribute->code).'\'','value' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($value ?? ''),'value-label' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($value == '' ? '--' : $value),'position' => 'left','rules' => 'required|'.e($attribute->validation).'','label' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($attribute->name),'placeholder' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($attribute->name),':errors' => 'errors','url' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($url),'allow-edit' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($allowEdit)]); ?>
|
||||
<?php echo $__env->renderComponent(); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__attributesOriginal18bfb654f62d7deb6056bc468d4a99ec)): ?>
|
||||
<?php $attributes = $__attributesOriginal18bfb654f62d7deb6056bc468d4a99ec; ?>
|
||||
<?php unset($__attributesOriginal18bfb654f62d7deb6056bc468d4a99ec); ?>
|
||||
<?php endif; ?>
|
||||
<?php if (isset($__componentOriginal18bfb654f62d7deb6056bc468d4a99ec)): ?>
|
||||
<?php $component = $__componentOriginal18bfb654f62d7deb6056bc468d4a99ec; ?>
|
||||
<?php unset($__componentOriginal18bfb654f62d7deb6056bc468d4a99ec); ?>
|
||||
<?php endif; ?>
|
||||
<?php /**PATH /var/www/html/packages/Webkul/Admin/src/Resources/views/components/attributes/view/text.blade.php ENDPATH**/ ?>
|
||||
Reference in New Issue
Block a user