Summarize Sum (quantity * price)

I have an attribute in the Cart model and I want to display the sum of this column. How can I do that using the sum method in Laravel?
Was this page helpful?