return$this->street.', '.$this->house.', '.$this->apartment.', '.DB::raw('select title_ru from city id='.$this->city).', '.DB::raw('select title_ru from country id='.$this->country);
return$this->street.', '.$this->house.', '.$this->apartment.', '.DB::raw('select title_ru from city where id='.$this->city).', '.DB::raw('select title_ru from country where id='.$this->country);