getColumns(); $pollingInterval = $this->getPollingInterval(); $heading = $this->getHeading(); $description = $this->getDescription(); $hasHeading = filled($heading); $hasDescription = filled($description); ?> 'filament-widgets::components.widget','data' => ['attributes' => (new \Illuminate\View\ComponentAttributeBag) ->merge([ 'wire:poll.' . $pollingInterval => $pollingInterval ? true : null, ], escape: false) ->class([ 'fi-wi-stats-overview', ]) ]] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> withName('filament-widgets::widget'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> withAttributes(['attributes' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute( (new \Illuminate\View\ComponentAttributeBag) ->merge([ 'wire:poll.' . $pollingInterval => $pollingInterval ? true : null, ], escape: false) ->class([ 'fi-wi-stats-overview', ]) )]); ?> content); ?> renderComponent(); ?>