Separate panels
Hi how can I do separate panels with only some of users can access first panel and some others can access the second panel. Is it possible? I mean the best method to do it because I saw many methods but I want the best or the right way that Filament use.
Solution
Yes the function
canAccessPanel returns boolean, so as long as you define your own logic and return bool, you can.