Filament nested resource with pivot
Hi everyone! I have the following models
Schedule
Racetrack
Schedule_Racetrack
Race
A Schedule can have many racetracks and the schedule_racetrack can have many races
I would love to a simple navigation like this: Schedules -> Racetrack -> Races.
Any idea on how to do this? Is it possible without overriding things around?
0 Replies