{!! Theme::header() !!}
{!! apply_filters(THEME_FRONT_BODY, null) !!}
Cash on delivery
Fast delivery and exchange
@if (theme_option('logo'))
@endif
@if (is_plugin_active('ecommerce'))
@if (EcommerceHelper::isWishlistEnabled())
@if (auth('customer')->check())
{{ auth('customer')->user()->wishlist()->count() }}
@else
{{ Cart::instance('wishlist')->count() }}
@endif
@endif @if (EcommerceHelper::isCartEnabled())
{{ Cart::instance('cart')->count() }}
@endif @endif
@if (theme_option('hotline'))
{{ theme_option('hotline') }}
@endif @if (theme_option('email'))
{{ theme_option('email') }}
@endif
@if (is_plugin_active('language'))
{!! Theme::partial('language-switcher') !!}
@endif @if (is_plugin_active('ecommerce')) @php $currencies = get_all_currencies(); @endphp @if (count($currencies) > 1)
{{ get_application_currency()->title }}
@foreach ($currencies as $currency)
id) class="active" @endif>
{{ $currency->title }}
@endforeach
@endif
@if (!auth('customer')->check())
{{ __('Login') }}
@else
{{ auth('customer')->user()->name }}
{{ __('Logout') }}
@endif @if (EcommerceHelper::isCompareEnabled())
{{ __('Compare') }}
(
{{ Cart::instance('compare')->count() }}
)
@endif
@endif
@if (theme_option('logo'))
@endif
{!! Menu::renderMenuLocation('main-menu', [ 'options' => ['class' => 'menu'], 'view' => 'main-menu', ]) !!}
@if (!auth('customer')->check())
{{ __('Login') }}
@else
{{ auth('customer')->user()->name }}
{{ __('Logout') }}
@endif
@if (is_plugin_active('ecommerce')) @if (EcommerceHelper::isWishlistEnabled())
@if (auth('customer')->check())
{{ auth('customer')->user()->wishlist()->count() }}
@else
{{ Cart::instance('wishlist')->count() }}
@endif
@endif @if (EcommerceHelper::isCartEnabled())
{{ Cart::instance('cart')->count() }}
@endif @endif