@php $backgroundColor = theme_option('footer_background_color', '#FFFFFF'); $textColor = theme_option('footer_text_color', theme_option('text_color', '#3E4073')); $headingColor = theme_option('footer_heading_color', theme_option('primary_color', '#14176C')); $backgroundImage = theme_option('footer_background_image'); $bottomBackgroundColor = theme_option('footer_bottom_background_color', '#ECF6FA'); $backgroundImage = $backgroundImage ? RvMedia::getImageUrl($backgroundImage) : null; @endphp {!! dynamic_sidebar('pre_footer_sidebar') !!}