@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'); $height = Theme::get('breadcrumb_height') ?: theme_option('breadcrumb_height'); $height = (int) $height ? $height . 'px' : 'auto'; $hasTextColor = $textColor && $textColor !== 'transparent'; @endphp @if ($pageTitle = Theme::get('pageTitle')) @endif