{!! dynamic_sidebar('pre_footer_sidebar') !!}
@if (is_plugin_active('ads'))
{!! apply_filters('ads_render', null, 'footer_before', ['class' => 'my-2 text-center']) !!}
@endif
@if (is_plugin_active('ads'))
{!! apply_filters('ads_render', null, 'footer_after', ['class' => 'my-2 text-center']) !!}
@endif
{!! Theme::footer() !!}
@if (session()->has('status') || session()->has('success_msg') || session()->has('error_msg') || (isset($errors) && $errors->count() > 0) || isset($error_msg))
@endif
@if(theme_option('scroll_to_top', 'yes') === 'yes')
@endif