1
0
Fork 0
mirror of https://github.com/prurigro/hypothetical.git synced 2025-03-09 05:49:58 -04:00
hypothetical/resources/views/dashboard/sections/footer.blade.php

3 lines
146 B
PHP

<footer class="dashboard-footer">
<a class="{{ $current_page == 'credits' ? 'active' : '' }}" href="/dashboard/credits">Credits</a>
</footer>