belongsTo(Product::class, 'id_product', 'id'); } public function user() { return $this->belongsTo(User::class, 'id_user', 'id'); } }