@if(is_plugin_active('blog') || (is_plugin_active('ecommerce') && theme_option('enabled_products_search_on_header', true))) @if (!(auth('customer')->check() && auth('customer')->user()->customer_type == 1))
@endif @if (auth('customer')->check())
{{ auth('customer')->user()->name }} {{ auth('customer')->user()->name }}
@else {{--  {{ __('Login') }} --}} @endif {{--  {{ __('Cart') }} ({{ Cart::instance('cart')->count() }}) --}}
{{ Cart::instance('cart')->count() }}
@endif @if (!auth('customer')->check()) @if ($actionText = theme_option('action_button_text'))
{{ $actionText }}
@endif @endif {{-- @if ($actionText = theme_option('action_button_text'))
{{ $actionText }}
@endif --}}