37650-vm/partials/footer.php
Flatlogic Bot f054121ef2 26
2026-01-21 06:58:38 +00:00

13 lines
576 B
PHP

<footer class="footer text-center">
<div class="container">
<div class="row justify-content-center mb-4">
<div class="col-md-6">
<h5 class="fw-bold mb-3">Car Sells AF</h5>
<p class="text-muted small">The easiest way to buy and sell cars in Afghanistan. Secure, fast, and reliable.</p>
</div>
</div>
<div class="border-top pt-4">
<p class="text-muted small mb-0">&copy; <?php echo date('Y'); ?> Car Sells in Afghanistan. All rights reserved.</p>
</div>
</div>
</footer>