© 2026 Hedgehog Software, LLC
use Filament\Forms\Components\Section; Section::make('Moderate Request') ->footerActions([ Action::make('test') ->action(function () { // ... }), ])
Method Filament\Forms\Components\Section::footerActions does not exist.
use Filament\Forms\Components\Section;