{{-- --}} @foreach ($Language::GetAllLanuages() as $item) @endforeach @if (env('APP_PWA', 0)) @endif {{-- --}} {!! isset($pixel) ? $pixel : '' !!} @if (session('locale')) @endif @if (session('order')) @endif @php $domainWithoutZone = preg_replace('/\.[^.]+$/', '', request()->getHost()); @endphp
{{-- --}}
@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}} {{__('text.common_cart_text_d2')}} {{ $Currency::convert($cart_total) }} @else {{__('text.common_cart_text_d2')}} @endif
@yield('content')
{{__('text.common_subscribe')}} {{__('text.common_spec_offer')}}
{{__('text.common_subscribe')}}
@yield('reviews')
@if ($web_statistic) @endif