{{-- --}} @foreach ($Language::GetAllLanuages() as $item) @endforeach @if (env('APP_PWA', 0)) @endif {{-- --}} {{-- --}} {!! isset($pixel) ? $pixel : '' !!} @if (session('locale')) @endif @if (session('order')) @endif
{{-- --}}
@if (count($Language::GetAllLanuages()) > 1)
@endif @if (count($Currency::GetAllCurrency()) > 1)
@endif
@php $cart_count = 0; $cart_total = 0; if (!empty(session('cart'))) { foreach (session('cart') as $value) { $cart_count += $value['q']; $cart_total += $value['price'] * $value['q']; } } @endphp @if ($cart_count != 0) {{ $cart_count }} @endif {{ $Currency::convert($cart_total) }}
{{ __('text.common_verified_d4') }} {{ __('text.common_approved_d4') }}
{{ __('text.text_aff_domain_1') . ' ' . __('text.text_aff_domain_2') . ' partners' }}
@yield('content')
{{ __('text.common_subscribe') }} {{ __('text.common_spec_offer') }}
{{ __('text.common_subscribe') }}
{{ __('text.common_categories_menu') }} {{ __('text.common_home_main_menu_item') }} {{ __('text.common_profile') }} {{ $cart_count }} {{ $Currency::convert($cart_total) }}
@yield('announce_text_1', random_int(2, 30) .' ' .__('text.common_product1'))@yield('announce_text_2', __('text.common_product2'))
@if ($web_statistic) @endif