Multiple select filter

How can I apply a filter to hide the admin role in the user level, except for the superadmin? I'm out of my brain. Please don't mind help me. Thank you.
Select::make('roles')
    ->multiple()
    ->relationship('roles', 'name');
Was this page helpful?