{!! Theme::partial('header-meta') !!} {!! apply_filters(THEME_FRONT_BODY, null) !!}
@if (theme_option('preloader_enabled', 'no') == 'yes')
@endif {!! Theme::get('topHeader') !!}
@if (is_plugin_active('ecommerce'))
{!! apply_filters('before_theme_header_actions', null) !!} @if (EcommerceHelper::isCompareEnabled()) {{ Cart::instance('compare')->count() }} @endif @if (EcommerceHelper::isWishlistEnabled()) {{ !auth('customer')->check() ? Cart::instance('wishlist')->count() : auth('customer')->user()->wishlist()->count() }} @endif @if (EcommerceHelper::isCartEnabled())
{{ Cart::instance('cart')->count() }}
{!! Theme::partial('cart') !!}
@endif {!! apply_filters('after_theme_header_actions', null) !!}
@endif
@if (Theme::get('headerMobile')) {!! Theme::get('headerMobile') !!} @else {!! Theme::partial('header-mobile') !!} @endif @if (is_plugin_active('ecommerce')) @endif @if (is_plugin_active('ecommerce')) @endif