hasMany(PageTranslation::class)->where('lang', $lang)->first(); return $page_translation != null ? $page_translation->$field : $this->$field; } public function page_translations(){ return $this->hasMany(PageTranslation::class); } }