try something like this : @canany(['update', 'view', 'delete'], $post) <!-- The current user can update, view, or delete the post... --> @elsecanany(['create'], AppModelsPost::class) <!-- The current user can create a post... --> @endcanany