Get the Total value of sum of 2 columns in db laravel
I have joined 2 databases, what i want is to get the total value/sum of these 2 multiplied column: Example on the database: Price Quantity 100 1 110 2 120 3 in my query in laravel- i got the total,…