TIF_E41202420/resources/views/auth/components/footer.blade.php

7 lines
318 B
PHP

<div class="flex-wrap p-5 pb-0 d-flex flex-center fs-6">
<div class="d-flex flex-center fw-bold fs-6">
<span class="text-muted fw-bold me-1">{{ \Carbon\Carbon::now()->year }} ©</span>
<a href="#" class="px-1 text-muted text-hover-primary">Career Development and Consultation</a>
</div>
</div>