@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') ? RvMedia::getImageUrl(theme_option('breadcrumb_background_image')) : null); @endphp
$backgroundColor != 'transparent', "background-image: url($backgroundImage); background-size: cover; background-position: center" => $backgroundImage])>

$textColor != 'transparent'])>{{ SeoHelper::getTitleOnly() }}