$getUserCountries = User::select('country', DB::raw('count(*) as count')) ->groupBy('country') ->get()-> toArray();