@php $bgImage = Theme::get('breadcrumb_background_image') ?: theme_option('breadcrumb_background_image'); $bgColor = Theme::get('breadcrumb_background_color') ?: theme_option('breadcrumb_background_color'); $textColor = Theme::get('breadcrumb_text_color') ?: theme_option('breadcrumb_text_color'); $hasTextColor = (! $textColor) || $textColor !== 'transparent'; @endphp @if (($pageTitle = Theme::get('pageTitle')) || Theme::get('isDetailPage', false))
@endif