Using number_format method in Laravel June 10, 2023 by Tarik This should work : <td>{{ number_format($Expense->price, 2) }}</td>