This commit is contained in:
2026-06-11 15:24:09 +05:45
parent ddfbe4a155
commit bd99f2d975
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -95,7 +95,7 @@
<line x1="8" y1="6" x2="21" y2="6"/><line x1="8" y1="12" x2="21" y2="12"/><line x1="8" y1="18" x2="21" y2="18"/>
<line x1="3" y1="6" x2="3.01" y2="6"/><line x1="3" y1="12" x2="3.01" y2="12"/><line x1="3" y1="18" x2="3.01" y2="18"/>
</svg>
All Registrations
Today's Sessions
</div>
<span class="text-xs font-medium text-slate-400 bg-slate-100 px-2 py-0.5 rounded-full">{{ $total }} students</span>
</div>
+4 -4
View File
@@ -4,21 +4,21 @@
<!-- Left: Brand + Copyright -->
<div class="flex items-center gap-2 text-slate-400 text-xs">
<div class="w-4 h-4 rounded bg-indigo-500 flex items-center justify-center shrink-0">
<svg width="9" height="9" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
{{-- <svg width="9" height="9" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round">
<path d="M22 10v6M2 10l10-5 10 5-10 5z"/><path d="M6 12v5c0 1.657 2.686 3 6 3s6-1.343 6-3v-5"/>
</svg>
</svg> --}}
</div>
<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">
{{-- <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> --}}
</div>
</footer>