<div class="footer py-6 d-flex flex-lg-column">
<div class="container-fluid d-flex flex-column flex-md-row justify-content-end">
<div class="text-dark order-2 order-md-1">
<span class="text-gray-800 fw-bold me-1">{{date('Y')}} © </span>
<a class="text-gray-800 text-hover-primary">{{ Setting::get('site_name') }}</a>
</div>
</div>
</div> Back to Directory