mergeTranslatable(['seo_title', 'seo_description', 'seo_keywords']); $this->mergeTranslatableMediaCollection([$this->getSEOImageCollection()]); } public function seoImage(): MorphMany { return $this->media() ->where('collection_name', $this->getSEOImageCollection()) ->where('custom_properties->locale', app()->getLocale()); } }