@if (get_setting('smart_bar_status') != 0) @php $bg_color = get_setting('smart_bar_background_color') ?? '#fff'; $text_color = get_setting('smart_bar_text_color') ?? '#000'; $colors = is_string($detailedProduct->colors) ? json_decode($detailedProduct->colors, true) : $detailedProduct->colors; $attributes = is_string($detailedProduct->attributes) ? json_decode($detailedProduct->attributes, true) : $detailedProduct->attributes; @endphp
@endif