36884-vm/footer.php
Flatlogic Bot b4ffcec973 feat: Implement engineer and contract management
- Add Field Engineer Management feature, allowing creation, and assignment of engineers to service requests.

- Add Service Contract/AMC Management feature, allowing creation of contracts and linking them to service requests.

- Update admin panel to manage engineers and contracts.

- Update service request form to include contract selection.
2025-12-12 09:47:39 +00:00

11 lines
387 B
PHP

</main>
<footer class="text-center py-4 bg-light">
<p class="text-center text-muted">&copy; <?php echo date('Y'); ?> Your Company, Inc. All rights reserved.</p>
<p class="text-center text-muted"><a href="/admin/login.php">Admin Login</a></p>
</footer>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>