mergeTranslatable(['overview_title', 'overview_description']); $this->mergeTranslatableMediaCollection([$this->getOverviewImageCollection()]); } public function overviewImage(): MorphMany { return $this->media() ->where('collection_name', $this->getOverviewImageCollection()) ->where('custom_properties->locale', app()->getLocale()); } }