F
Filament12mo ago
nät

All options for admin

I want to make all the options visible to the admin/super-admin and for the regular user show only a few
No description
3 Replies
Dennis Koch
Dennis Koch12mo ago
You need to return an array/collection to the options. Currently you aren't returning anything. Instead you are defining new anonymous methods inside the if/else.
nät
nätOP12mo ago
can you tell me how exactly i can do that
Dennis Koch
Dennis Koch12mo ago
If don't know how to return an array, you should check the PHP basics first. I think this should be enough for the if block
return Activity::distinct()->pluck('log_name');
return Activity::distinct()->pluck('log_name');
Want results from more Discord servers?
Add your server