belongsTo(Product::class, 'id_product', 'id'); } public function transaksi() { return $this->belongsTo(Transaksi::class, 'id_transaksi', 'id'); } }