Return a Resource Route

I have a resource with Routes defined (like index).

I have a custom livewire page. How can I redirect to the index of that resource?

Trying:
return redirect()->route('resourcename.index')
Solution
Found it
filament.dashboard.resources.resourcename.index
Was this page helpful?