Route in Nested Resources

I created nested resources by following the steps from here: https://laraveldaily.com/post/filament-v3-nested-resources-trait-pages but I still have 1 more resource under child resource (in this case under LessonResource), how do I write the route?
Solution:
If you need to go multiple levels of nesting I have used this https://filamentphp.com/plugins/guava-nested-resources - it's still in Alpha but if yo are not doing anything too fancy then it should suffice
Filament
Nested Resources by Guava - Filament
Adds support for nested resources
Jump to solution
2 Replies
Solution
Blackpig
Blackpig4mo ago
If you need to go multiple levels of nesting I have used this https://filamentphp.com/plugins/guava-nested-resources - it's still in Alpha but if yo are not doing anything too fancy then it should suffice
Filament
Nested Resources by Guava - Filament
Adds support for nested resources
EL REKT
EL REKT4mo ago
thanks.. i will try..