@php $breadcrumbStyle = Theme::get('breadcrumbStyle', theme_option('breadcrumb_style', 'align-start')); $breadcrumbBackground = RvMedia::getImageUrl(Theme::get('breadcrumbBackground', theme_option('breadcrumb_background_image'))); $breadcrumbBackgroundColor = theme_option('breadcrumb_background_color'); $breadcrumbHeight = theme_option('breadcrumb_height'); $breadcrumbHeight = is_numeric($breadcrumbHeight) ? "{$breadcrumbHeight}px" : $breadcrumbHeight; @endphp @if($breadcrumbStyle !== 'none')
$breadcrumbStyle !== 'without-title' && empty($breadcrumbHeight), 'pt-30 pb-30 mb-50' => $breadcrumbStyle === 'without-title' && empty($breadcrumbHeight), 'breadcrumb__style-2 include-bg' => $breadcrumbStyle === 'without-title', 'pt-30 pb-30' => $breadcrumbStyle === 'without-title' && empty($breadcrumbHeight), 'mb-30 text-center' => $breadcrumbStyle === 'align-center', 'text-start' => $breadcrumbStyle === 'align-start', 'breadcrumb__padding' => $breadcrumbStyle === 'full-width', ]) @style(["background-image: url($breadcrumbBackground)" => $breadcrumbBackground, "background-color: $breadcrumbBackgroundColor" => $breadcrumbBackgroundColor, "display: flex; align-items: center; height: $breadcrumbHeight" => $breadcrumbHeight]) >
$breadcrumbStyle !== 'full-width', 'container-fluid' => $breadcrumbStyle === 'full-width'])>
@endif