public function allCompletedLeads()
 {
     return Leads::where('status', 2)->count();
 }