You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
topnotch_website/resources/views/pdf/invoice-footer.blade.php

10 lines
164 B
PHTML

3 weeks ago
<style>
* {
font-size: 10px;
3 weeks ago
margin: 10px 5px;
}
</style>
<footer>
{{$invoice->internal_id}}, page @pageNumber of @totalPages
</footer>