How to do arithmetic operations in Laravel blade view?

Solution:

you can add it at the same {{}} like this one

{{$receipt_details->all_due - $receipt_details->total_due}}