number formatting
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user