translatable = ['name','description']; $this->appends = ['translateName','TranslateDescription']; } } public function getTranslateNameAttribute(){ return $this->attributes['name']; } public function getTranslateDescriptionAttribute(){ return $this->attributes['description']; } public function email_templates() { return $this->morphMany(EmailTemplate::class, 'relatable'); } }