getTranslatableAttributes() as $field) { $attributes[$field] = $this->getTranslation($field, \App::getLocale()); $attributes[$field.'_translations'] = $this->getTranslations($field); } return $attributes; } }