I have the following
->select(DB::raw(\'source as Source, customer as Customers, COUNT(*) as count\')) ->groupBy(\'source\', \'customer\') ->get();