@php $headerLayout = theme_option('header_layout', 'container'); $headerLayout = in_array($headerLayout, ['container', 'full-width']) ? $headerLayout : 'container'; $headerTopStartSidebar = dynamic_sidebar('header_top_start_sidebar'); $headerTopEndSidebar = dynamic_sidebar('header_top_end_sidebar'); $bgColor = theme_option('header_top_background_color', '#f5eeff'); $textColor = theme_option('header_top_text_color', '#000000'); @endphp
$bgColor, "--header-top-text-color: $textColor" => $textColor, ]) >
$headerLayout == 'container', 'container-fluid px-md-8 px-2' => $headerLayout == 'full-width'])>
@if ($headerTopStartSidebar)
{!! $headerTopStartSidebar !!}
@endif
{!! $headerTopEndSidebar !!} {!! Theme::partial('language-switcher') !!}