number formatting
This commit is contained in:
@@ -44,7 +44,7 @@
|
|||||||
</table>
|
</table>
|
||||||
{{ $invoices->links() }}
|
{{ $invoices->links() }}
|
||||||
<br>
|
<br>
|
||||||
<h2>Total Amount Owed: {{ $totalAmount }}</h2>
|
<h2>Total Amount Owed: {{ number_format($totalAmount, 2, ".", ",") }}</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user