if ($users->first()) {
     //
  } 
if (!$users->isEmpty()) {
     //
} 
if ($users->count()) {
     //
}