@php $backgroundColor = Theme::get('breadcrumbBackgroundColor', theme_option('breadcrumb_background_color', '#f7f7f7')); $textColor = Theme::get('breadcrumbTextColor', theme_option('breadcrumb_text_color', '#161e2d')); $backgroundImage = Theme::get('breadcrumbBackgroundImage', theme_option('breadcrumb_background_image') ?: null); $backgroundImage = $backgroundImage ? RvMedia::getImageUrl($backgroundImage) : null; $showBreadcrumb = Theme::get('breadcrumbEnabled', 'yes'); @endphp @if ($showBreadcrumb === 'yes')
$backgroundColor != 'transparent', "background-image: url($backgroundImage); background-size: cover; background-position: center" => $backgroundImage])>

$textColor && $textColor != 'transparent'])>{!! BaseHelper::clean(Theme::get('pageTitle') ? Theme::get('pageTitle') : SeoHelper::getTitleOnly()) !!}

@endif