OwlCyberSecurity - MANAGER
Edit File: b8657faa337981de864fd21e67cd583b.php
<?php $attributes ??= new \Illuminate\View\ComponentAttributeBag; ?> <?php foreach($attributes->onlyProps([ 'label' => null, ]) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> <?php $attributes = $attributes->exceptProps([ 'label' => null, ]); ?> <?php foreach (array_filter(([ 'label' => null, ]), '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); ?> <label class="flex"> <?php if (isset($component)) { $__componentOriginal087b30d649cc1cfb7e9ea8930c92d47d = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal087b30d649cc1cfb7e9ea8930c92d47d = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'filament::components.input.checkbox','data' => ['attributes' => \Filament\Support\prepare_inherited_attributes($attributes) ->merge([ 'wire:loading.attr' => 'disabled', 'wire:target' => implode(',', \Filament\Tables\Table::LOADING_TARGETS), ], escape: false) ]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> <?php $component->withName('filament::input.checkbox'); ?> <?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(['attributes' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute( \Filament\Support\prepare_inherited_attributes($attributes) ->merge([ 'wire:loading.attr' => 'disabled', 'wire:target' => implode(',', \Filament\Tables\Table::LOADING_TARGETS), ], escape: false) )]); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal087b30d649cc1cfb7e9ea8930c92d47d)): ?> <?php $attributes = $__attributesOriginal087b30d649cc1cfb7e9ea8930c92d47d; ?> <?php unset($__attributesOriginal087b30d649cc1cfb7e9ea8930c92d47d); ?> <?php endif; ?> <?php if (isset($__componentOriginal087b30d649cc1cfb7e9ea8930c92d47d)): ?> <?php $component = $__componentOriginal087b30d649cc1cfb7e9ea8930c92d47d; ?> <?php unset($__componentOriginal087b30d649cc1cfb7e9ea8930c92d47d); ?> <?php endif; ?> <!--[if BLOCK]><![endif]--><?php if(filled($label)): ?> <span class="sr-only"> <?php echo e($label); ?> </span> <?php endif; ?><!--[if ENDBLOCK]><![endif]--> </label> <?php /**PATH /var/www/back/vendor/filament/tables/src/../resources/views/components/selection/checkbox.blade.php ENDPATH**/ ?>