Files
citrus/resources/views/templates/books/navigation.blade.php
T
2026-02-03 02:31:54 +03:00

7 lines
580 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<nav class="inline-block" aria-label="breadcrumb">
<ol class="breadcrumb flex flex-wrap bg-[none] p-0 !rounded-none list-none !mb-[20px]">
<li class="breadcrumb-item flex !text-[#60697b]"><a class="!text-white hover:text-white" href="/">{{ t('Anasayfa') }}</a></li>
<li class="breadcrumb-item flex !text-white !pl-2 before:font-normal before:!flex before:items-center before:text-[rgba(255,255,255,.5)] before:content-['\e931'] before:text-[0.9rem] before:-mt-px before:!pr-2 before:font-Unicons active" aria-current="page">{{ t('Kitaplarımız') }}</li>
</ol>
</nav>