belongsTo(Category::class,'id_kategori','id'); } public function product() { return $this->hasMany(Product::class); } }