moved links on unpaid invoices page

This commit is contained in:
2021-03-30 21:20:21 +09:00
parent 2fd7a805eb
commit f9b4e9a898

View File

@@ -43,6 +43,7 @@
@endforeach
</tbody>
</table>
{{ $invoices->links() }}
<br>
<h2>Total Amount Owed: {{ number_format($totalAmount, 2, ".", ",") }}</h2>
</div>