This are my route especially the /group-settings/create?section={section}
This is how I called it
<a href="{{ route('filament.manage.pages.group-settings.create?section={section}', ['section' => $section->id]) }}"
class="p-2">
<x-heroicon-o-plus class="w-5 h-5" />
</a>