translatable = ['name']; $this->appends = ['translateName']; } } public function getTranslateNameAttribute(){ return $this->attributes['name']; } }