{'title_' . app()->getLocale()} ?? $this->title_en; } public function getDescriptionAttribute() { return $this->{'description_' . app()->getLocale()} ?? $this->description_en; } public function getLinkTextAttribute() { return $this->{'link_text_' . app()->getLocale()} ?? $this->link_text_en; } }