@php $footerPrimarySidebar = dynamic_sidebar('footer_primary_sidebar'); $footerBottomSidebar = dynamic_sidebar('footer_bottom_sidebar'); $backgroundColor = theme_option('footer_background_color', '#111827'); $textColor = theme_option('footer_text_color', theme_option('text_color', '#ffffff')); $headingColor = theme_option('footer_heading_color', '#ffffff'); $backgroundImage = theme_option('footer_background_image'); $borderColor = theme_option('footer_border_color', '#ffffff'); $backgroundImage = $backgroundImage ? RvMedia::getImageUrl($backgroundImage) : null; @endphp {!! dynamic_sidebar('footer_top_sidebar') !!} {!! apply_filters('ads_render', null, 'footer_before', ['class' => 'my-2 text-center']) !!} @if($footerPrimarySidebar || $footerBottomSidebar) @endif {!! apply_filters('ads_render', null, 'footer_after', ['class' => 'my-2 text-center']) !!}