FilamentF
Filament7mo ago
o.m

What causes the page to be not found even when redirected to the correct route?

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>
image.png
Screenshot_2025-06-20_at_10.34.08_PM.png
Was this page helpful?