OwlCyberSecurity - MANAGER
Edit File: fcab14feced014bcd48a30cf18eb52fe.php
<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag; ?> <?php foreach($attributes->onlyProps([ 'form', 'maxHeight' => null, 'triggerAction', 'width' => 'xs', ]) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> <?php $attributes = $attributes->exceptProps([ 'form', 'maxHeight' => null, 'triggerAction', 'width' => 'xs', ]); ?> <?php foreach (array_filter(([ 'form', 'maxHeight' => null, 'triggerAction', 'width' => 'xs', ]), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> <?php $__defined_vars = get_defined_vars(); ?> <?php foreach ($attributes as $__key => $__value) { if (array_key_exists($__key, $__defined_vars)) unset($$__key); } ?> <?php unset($__defined_vars); ?> <?php if (isset($component)) { $__componentOriginal22ab0dbc2c6619d5954111bba06f01db = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal22ab0dbc2c6619d5954111bba06f01db = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'filament::components.dropdown.index','data' => ['maxHeight' => $maxHeight,'placement' => 'bottom-end','shift' => true,'width' => $width,'wire:key' => ''.e($this->getId()).'.table.column-toggle','attributes' => $attributes->class(['fi-ta-col-toggle'])]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('filament::dropdown'); ?> <?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(['max-height' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($maxHeight),'placement' => 'bottom-end','shift' => true,'width' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($width),'wire:key' => ''.e($this->getId()).'.table.column-toggle','attributes' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute($attributes->class(['fi-ta-col-toggle']))]); ?> <?php $__env->slot('trigger', null, []); ?> <?php echo e($triggerAction); ?> <?php $__env->endSlot(); ?> <div class="grid gap-y-4 p-6"> <h4 class="text-base font-semibold leading-6 text-gray-950 dark:text-white" > <?php echo e(__('filament-tables::table.column_toggle.heading')); ?> </h4> <?php echo e($form); ?> </div> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal22ab0dbc2c6619d5954111bba06f01db)): ?> <?php $attributes = $__attributesOriginal22ab0dbc2c6619d5954111bba06f01db; ?> <?php unset($__attributesOriginal22ab0dbc2c6619d5954111bba06f01db); ?> <?php endif; ?> <?php if (isset($__componentOriginal22ab0dbc2c6619d5954111bba06f01db)): ?> <?php $component = $__componentOriginal22ab0dbc2c6619d5954111bba06f01db; ?> <?php unset($__componentOriginal22ab0dbc2c6619d5954111bba06f01db); ?> <?php endif; ?> <?php /**PATH /var/www/back/vendor/filament/tables/src/../resources/views/components/column-toggle/dropdown.blade.php ENDPATH**/ ?>