pluck('region')->unique()->flatten(); } public function region(string $region) { return GrupoDeCompra::where('region', $region)->get(); } }