How can I create three navigations based on the same model?

I have a student model. But each student's class is different. I want to use navigation on the left side to distinguish classes. For example, there are three navigations on the left side, namely, Class One, Class Two, and Class Three. Do I need to create three filament-resources based on the student model? Is there a better way?
1 Reply
Povilas K
Povilas K4mo ago
I would create three resources, yes, with different base query modified but would create a parent class to avoid repeating functionality. Another option is same resource with additional parameters, and custom menu