moved links on unpaid invoices page
This commit is contained in:
@@ -7,6 +7,7 @@
|
|||||||
<h2>Invoice Status</h2>
|
<h2>Invoice Status</h2>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
|
{{ $invoices->links() }}
|
||||||
<table class="table table-striped table-bordered">
|
<table class="table table-striped table-bordered">
|
||||||
<thead>
|
<thead>
|
||||||
<th>Character</th>
|
<th>Character</th>
|
||||||
@@ -42,7 +43,6 @@
|
|||||||
@endforeach
|
@endforeach
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
{{ $invoices->links() }}
|
|
||||||
<br>
|
<br>
|
||||||
<h2>Total Amount Owed: {{ number_format($totalAmount, 2, ".", ",") }}</h2>
|
<h2>Total Amount Owed: {{ number_format($totalAmount, 2, ".", ",") }}</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user