belongsToMany(Product::class,'categories_products','category_uuid'); } public function image() { return $this->morphOne(Image::class, 'imageable'); } }