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>