@php use Filament\Support\Enums\IconSize; $extraAttributeBag = $getExtraAttributeBag(); $footer = $getChildSchema($schemaComponent::FOOTER_SCHEMA_KEY)?->toHtmlString(); $color = $getColor(); $description = $getDescription(); $heading = $getHeading(); $icon = $getIcon(); $iconColor = $getIconColor(); $iconSize = $getIconSize() ?? IconSize::Large; @endphp {{ $footer }}