I have a Sellers collection and a Buyers collection like below:
$sellers = collect([id=1 , qty = 5 , price = 100],[id=2 , qty = 3 , price = 110],[id=3 , qty = 2 , pr