How to Display Total Savings like above mentioned screenshot
the below code '$savings' Print savings amount of One product in default.phtml
app/code/{vendor}/{module)/view/frontend/templates/cart/item/default.phtml
$savings=($_item->getProduct()->getPrice()-$_item->getProduct()->getFinalPrice())*$block->getQty();
I need to print Sum of total added product savings amount in summary section