@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))
$bgImage, '--breadcrumb-bg-color: ' . $bgColor => $bgColor, '--breadcrumb-txt-color:' . $textColor => $hasTextColor ]) >
$hasTextColor])>
@foreach (Theme::breadcrumb()->getCrumbs() as $crumb) @if (! $loop->last) / @else {{ $crumb['label'] }} @endif @endforeach
@if ($pageTitle)

{!! BaseHelper::clean($pageTitle) !!}

@endif
@endif