payment testing

This commit is contained in:
2021-03-18 21:02:23 +09:00
parent da08630a1f
commit 3be42738d7

View File

@@ -28,7 +28,7 @@
</tbody>
</table>
{{ $invoices->links() }}
<h2>Total Paid: {{ $totalAmount }}</h2>
<h2>Total Paid: {{ number_format($totalAmount, 2, ".", ",") }}</h2>
</div>
</div>
</div>