@if (is_plugin_active('blog') || (is_plugin_active('ecommerce') && theme_option('enabled_products_search_on_header', true))) @endif @if(! empty(dynamic_sidebar('pre_footer_sidebar')))
{!! dynamic_sidebar('pre_footer_sidebar') !!}
@endif @if (!(auth('customer')->check() && auth('customer')->user()->customer_type == 1)) @endif
@if (is_plugin_active('ecommerce')) {!! Theme::partial('ecommerce.quick-view-modal') !!}
{{ __('Your Cart') }}
@endif {!! Theme::footer() !!} {{-- QUANTITY CONTROLS: After jQuery is loaded --}} @if(session('login_success')) @include('plugins/ecommerce::customers.includes.login-success-popup') @endif @if (session()->has('success_msg') || session()->has('error_msg') || (isset($errors) && $errors->count() > 0) || isset($error_msg)) @endif