onlyProps([ 'action', 'component', 'icon' => null, ]) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> exceptProps([ 'action', 'component', 'icon' => null, ]); ?> null, ]), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) { $$__key = $$__key ?? $__value; } ?> $__value) { if (array_key_exists($__key, $__defined_vars)) unset($$__key); } ?> getAction()) || $action->getUrl()) { $wireClickAction = null; } elseif ($action->shouldOpenModal() || ($action->getAction() instanceof \Closure)) { $wireClickAction = "mountAction('{$action->getName()}')"; } else { $wireClickAction = $action->getAction(); } ?> $component] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? (array) $attributes->getIterator() : [])); ?> withName('dynamic-component'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> getConstructor()): ?> except(collect($constructor->getParameters())->map->getName()->all()); ?> withAttributes(['dark-mode' => config('filament.dark_mode'),'attributes' => \Filament\Support\prepare_inherited_attributes($attributes)->merge($action->getExtraAttributes()),'form' => $action->getForm(),'tag' => $action->getUrl() ? 'a' : 'button','wire:click' => $wireClickAction,'href' => $action->isEnabled() ? $action->getUrl() : null,'target' => $action->shouldOpenUrlInNewTab() ? '_blank' : null,'type' => $action->canSubmitForm() ? 'submit' : 'button','color' => $action->getColor(),'key-bindings' => $action->getKeybindings(),'tooltip' => $action->getTooltip(),'disabled' => $action->isDisabled(),'icon' => $icon ?? $action->getIcon(),'size' => $action->getSize(),'label-sr-only' => $action->isLabelHidden(),'dusk' => 'filament.admin.action.'.e($action->getName()).'']); ?> renderComponent(); ?>