null, 'aside' => false, 'collapsed' => false, 'collapseId' => null, 'collapsible' => false, 'compact' => false, 'contained' => true, 'contentBefore' => false, 'description' => null, 'divided' => false, 'footer' => null, 'hasContentEl' => true, 'heading' => null, 'headingTag' => 'h2', 'icon' => null, 'iconColor' => 'gray', 'iconSize' => null, 'persistCollapsed' => false, 'secondary' => false, ])); foreach ($attributes->all() as $__key => $__value) { if (in_array($__key, $__propNames)) { $$__key = $$__key ?? $__value; } else { $__newAttributes[$__key] = $__value; } } $attributes = new \Illuminate\View\ComponentAttributeBag($__newAttributes); unset($__propNames); unset($__newAttributes); foreach (array_filter(([ 'afterHeader' => null, 'aside' => false, 'collapsed' => false, 'collapseId' => null, 'collapsible' => false, 'compact' => false, 'contained' => true, 'contentBefore' => false, 'description' => null, 'divided' => false, 'footer' => null, 'hasContentEl' => true, 'heading' => null, 'headingTag' => 'h2', 'icon' => null, 'iconColor' => 'gray', 'iconSize' => null, 'persistCollapsed' => false, 'secondary' => false, ]), 'is_string', ARRAY_FILTER_USE_KEY) as $__key => $__value) { $$__key = $$__key ?? $__value; } $__defined_vars = get_defined_vars(); foreach ($attributes->all() as $__key => $__value) { if (array_key_exists($__key, $__defined_vars)) unset($$__key); } unset($__defined_vars, $__key, $__value); ?>
x-on:collapse-section.window="if ($event.detail.id == toHtml() ?> ?? $el.id) isCollapsed = true" x-on:expand="isCollapsed = false" x-on:expand-section.window="if ($event.detail.id == toHtml() ?> ?? $el.id) isCollapsed = false" x-on:open-section.window="if ($event.detail.id == toHtml() ?> ?? $el.id) isCollapsed = false" x-on:toggle-section.window="if ($event.detail.id == toHtml() ?> ?? $el.id) isCollapsed = ! isCollapsed" x-bind:class="isCollapsed && 'fi-collapsed'" class([ 'fi-section', 'fi-section-not-contained' => ! $contained, 'fi-section-has-content-before' => $contentBefore, 'fi-section-has-header' => $hasHeader, 'fi-aside' => $aside, 'fi-compact' => $compact, 'fi-collapsible' => $collapsible, 'fi-divided' => $divided, 'fi-secondary' => $secondary, ])); ?> >
x-on:click="isCollapsed = ! isCollapsed" class="fi-section-header" > color(IconComponent::class, $iconColor), size: $iconSize ?? IconSize::Large)); ?>
< class="fi-section-header-heading"> >

'filament::components.icon-button','data' => ['color' => 'gray','icon' => \Filament\Support\Icons\Heroicon::ChevronUp,'iconAlias' => \Filament\Support\View\SupportIconAlias::SECTION_COLLAPSE_BUTTON,'xOn:click.stop' => 'isCollapsed = ! isCollapsed','class' => 'fi-section-collapse-btn']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> withName('filament::icon-button'); ?> shouldRender()): ?> startComponent($component->resolveView(), $component->data()); ?> except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> withAttributes(['color' => 'gray','icon' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(\Filament\Support\Icons\Heroicon::ChevronUp),'icon-alias' => \Illuminate\View\Compilers\BladeCompiler::sanitizeComponentAttribute(\Filament\Support\View\SupportIconAlias::SECTION_COLLAPSE_BUTTON),'x-on:click.stop' => 'isCollapsed = ! isCollapsed','class' => 'fi-section-collapse-btn']); ?> renderComponent(); ?>
x-bind:aria-expanded="(! isCollapsed).toString()" x-cloak class="fi-section-content-ctn" >