9 lines
452 B
PHP
9 lines
452 B
PHP
<div class="py-4 footer d-flex flex-lg-column" id="kt_footer">
|
|
<div class="container-xxl d-flex flex-column flex-md-row align-items-center justify-content-between">
|
|
<div class="order-2 text-dark order-md-1">
|
|
<span class="text-muted fw-bold me-1">{{ \Carbon\Carbon::now()->year }} ©</span>
|
|
<a href="#" class="text-gray-800 text-hover-primary">Career Development and Consultation</a>
|
|
</div>
|
|
</div>
|
|
</div>
|