I did not find how to use a clause (OR, AND) in view with @can, for checking multiple abilities ...
I tried:
@can([\'permission1\', \'permission2\']) @c
@if(Gate::check('manage-users') || Gate::check('add-new-user')) Manage Users
Manage Users
@endif