invoice update

This commit is contained in:
2021-05-13 04:58:15 +09:00
parent 09d0d57630
commit f3c317b505

View File

@@ -6,7 +6,7 @@
<div class="card-header">
<h2>Invoice Details</h2><br>
<h3>Id: {!! $invoice !!}</h3><br>
<h3>Amount: {!! number_format($totalPrice, 2, ".", ",") !!}</h3>
<h3>Amount: {!! number_format($totalPrice, 2, ".", ",") !!} ISK</h3>
</div>
<div class="card-body">
<table class="table table-striped table-bordered">