whereRaw(\DB::raw('FIND_IN_SET('.$countryId.',country_ids)')) ->orderBy('position','ASC') ->orderBy('id','ASC') ->get(); return $list ? $list->toArray() : []; } public function country(){ return $this->belongsTo(Country::class,'country_id','id'); } }