Files
solidtime/resources/views/reports/time-entry-index/pdf-footer.blade.php
2024-12-09 12:57:25 +01:00

18 lines
298 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<style>
body {
font-size: 12px;
margin-top: 40px;
margin-left: 47px;
}
</style>
</head>
<body>
<p>
Page <span class="pageNumber"></span> of <span class="totalPages"></span>
</p>
</body>
</html>