예제 #1
0
 public static function getAvailableIndustries()
 {
     return Business::select('industry')->groupBy('industry')->get();
 }