I have value which stored in database like price. 123.00
When i tried to see the subtotal which is quantity * price
.
So 123.00*1 = 123.00
But in view it shows 123 instead of 123.00 where price showing like 123.00 in same table.
How can i show decimal value after multiplication?