{{-- --}} @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
@yield('content') @if ($web_statistic) @endif