topnotch_website/resources/views/pdf/invoice-footer.blade.php

10 lines
164 B
PHP
Raw Normal View History

2024-11-09 15:13:04 -05:00
<style>
* {
2024-11-17 15:41:32 -05:00
font-size: 10px;
2024-11-09 15:13:04 -05:00
margin: 10px 5px;
}
</style>
<footer>
{{$invoice->internal_id}}, page @pageNumber of @totalPages
2024-11-17 15:41:32 -05:00
</footer>