@if (theme_option('theme_breadcrumb_enabled', 1) && Theme::get('breadcrumbEnabled', true)) @php $bgImage = Theme::get('breadcrumbBackgroundImage') ?: theme_option('breadcrumb_background'); $breadcrumbBackgroundImageOverlayEnabled = Theme::get('breadcrumbBackgroundImageOverlayEnabled') ?: theme_option('breadcrumb_background_overlay_enabled', 'yes'); $firstShapeImage = theme_option('breadcrumb_first_shape_image'); $secondShapeImage = theme_option('breadcrumb_second_shape_image'); @endphp @endif