© 2026 Hedgehog Software, LLC
public static function canCreate(): bool { return false; }
use Filament\Actions\Action; protected function getHeaderActions(): array { return [ Action::make('generate') ->label('Generate') ->url('some url'), ]; }