email; return $query->where('email', $email)->first(); } public function scopeReferents($query) { return $query->where('droits', '0'); } }