belongsTo(Pembeli::class, 'pembeli_id'); } public function details() { return $this->hasMany(DetailTransaksi::class, 'transaksi_id'); } }