@yield('style') @yield('meta') {{-- mailchimp --}} {{-- --}}
@lang('site.test_text')
{{ LaravelLocalization::getSupportedLocales()[LaravelLocalization::getCurrentLocale()]['print_name'] }}
    @foreach (LaravelLocalization::getSupportedLocales() as $locale => $properties) @if ($locale !== app()->getLocale())
  • {{ $properties['print_name'] }}
  • @endif @endforeach
{{ $productCountInCart }}
{{ $price }}o
@foreach ($carts as $item) @include('partials.cart-product') @endforeach @lang('site.continue_bought')
@auth @lang('site.profile') @else @lang('site.login') @endauth @auth @else @endauth
{{--
--}}

@lang('site.menu')

@auth @lang('site.profile') @else @lang('site.login') @endauth @auth @else @endauth
@if (session('success'))
{{ session('success') }}
@endif @if (Route::current()->getName() != 'home')

@yield('page_title')

@yield('breadcrumbs')
@endif
@yield('content')
@csrf

@isset ($popup) @endisset @yield('scripts') @if (!app()->environment('production')) @endif