Files
score_and_win/resources/views/layouts/footer.blade.php
T
2026-06-11 15:24:56 +05:45

20 lines
915 B
PHP

<footer class="border-t border-slate-200 bg-white mt-auto">
<div class="max-w-7xl mx-auto px-6 py-4 flex items-center justify-between">
<!-- Left: Brand + Copyright -->
<div class="flex items-center gap-2 text-slate-400 text-xs">
<span>&copy; {{ date('Y') }} Rosetta International Education. All rights reserved.</span>
</div>
<!-- Right: Links -->
{{-- <div class="flex items-center gap-4 text-xs text-slate-400">
<a href="#" class="hover:text-slate-600 transition-colors">Privacy Policy</a>
<span class="text-slate-200">|</span>
<a href="#" class="hover:text-slate-600 transition-colors">Terms of Use</a>
<span class="text-slate-200">|</span>
<a href="mailto:info@rosettaeducation.com" class="hover:text-slate-600 transition-colors">Contact</a>
</div> --}}
</div>
</footer>