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
3 Replies
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.
can you tell me how exactly i can do that
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