invoice update

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

View File

@@ -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">