예제 #1
0
 public function allCompletedLeads()
 {
     return Leads::where('status', 2)->count();
 }