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')
1 Reply
Solution
Found it
filament.dashboard.resources.resourcename.index