@if (is_plugin_active('newsletter') && theme_option('enable_newsletter_popup', 'yes') === 'yes')
@endif
{!! Theme::get('bottomFooter') !!}
@if (is_plugin_active('ecommerce'))
@endif
{!! Theme::footer() !!}
@if (session()->has('success_msg') || session()->has('error_msg') || (isset($errors) && $errors->count() > 0) || isset($error_msg))
@endif