Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/medico.codeskitter.site/resources/views/layouts/partials/
Upload File :
Current File : /home/users/unlimited/www/medico.codeskitter.site/resources/views/layouts/partials/footer.blade.php

<section class="footer-container d-print-none">
    <footer
        class="footer-content container-fluid d-flex align-items-center justify-content-center justify-content-sm-between flex-wrap py-3 mt-4 ms-0 ">
        <p class="mb-0 me-3"> {{ Str::words(get_option('general')['copy_right'] ?? '', 10, '...') }}</p>
        <p class="mb-0">{{ Str::words(get_option('general')['admin_footer_text'] ?? '', 5, '...')}} <i class="fas fa-heart text-red"></i> <a class="text-ancor" href="{{ get_option('general')['admin_footer_link'] ?? '' }}"
            target="_blank">{{ Str::words(get_option('general')['admin_footer_link_text'] ?? '', 5, '...') }}</a>
        </p>
    </footer>
</section>