I am fairly new in Laravel and Blade templating. Can anyone help show me how to do this?
I have a view like this:
@foreach ($Expen
This should work :
{{ number_format($Expense->price, 2) }}