Hide relationmanager while viewing infolist
Is it possible to hide a relationmanager (for everyone) when an infolist is viewed?
I think some code has to be added to the 'Resource view page' or must it be done by using policies?
Solution:Jump to solution
https://filamentphp.com/docs/3.x/panels/resources/relation-managers#conditionally-showing-relation-managers
eg:
```php
class ActivitiesRelationManager extends RelationManager...
1 Reply