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?
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

