number formatting

This commit is contained in:
2021-03-18 20:43:52 +09:00
parent ad36ee9441
commit 97e4eb46eb

View File

@@ -44,7 +44,7 @@
</table>
{{ $invoices->links() }}
<br>
<h2>Total Amount Owed: {{ $totalAmount }}</h2>
<h2>Total Amount Owed: {{ number_format($totalAmount, 2, ".", ",") }}</h2>
</div>
</div>
</div>