invoice update
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
<div class="card-header">
|
<div class="card-header">
|
||||||
<h2>Invoice Details</h2><br>
|
<h2>Invoice Details</h2><br>
|
||||||
<h3>Id: {!! $invoice !!}</h3><br>
|
<h3>Id: {!! $invoice !!}</h3><br>
|
||||||
<h3>Amount: {!! $totalPrice !!}</h3>
|
<h3>Amount: {!! number_format($totalPrice, 2, ".", ",") !!}</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<table class="table table-striped table-bordered">
|
<table class="table table-striped table-bordered">
|
||||||
|
|||||||
Reference in New Issue
Block a user