@yield('style') @yield('meta')
{{-- mailchimp --}}
{{--
--}}
@lang('site.test_text')
{{ explode('|', $contact->phone)[0] }}
{{ $contact->address }}
{{ LaravelLocalization::getSupportedLocales()[LaravelLocalization::getCurrentLocale()]['print_name'] }}
@foreach (LaravelLocalization::getSupportedLocales() as $locale => $properties) @if ($locale !== app()->getLocale())
{{ $properties['print_name'] }}
@endif @endforeach
@lang('menu.about')
@lang('menu.history')
@lang('menu.brands')
@lang('menu.partners')
@lang('menu.builds')
@lang('menu.jobs')
@lang('menu.media')
@lang('menu.news')
@lang('menu.blogs')
@lang('menu.photos')
@lang('menu.videos')
@lang('menu.faq')
@lang('menu.deliver')
@lang('menu.warranty')
@lang('menu.contact')
@if (app()->getLocale() == 'ka')
@else
@endif
@lang('site.delete')
{{ $productCountInCart }}
{{ $price }}
o
@foreach ($carts as $item) @include('partials.cart-product') @endforeach
@lang('site.continue_bought')
{{ $wishlistCount }}
{{ $comparesCount }}
@auth
@lang('site.profile') @else
@lang('site.login') @endauth
@auth
@if (!auth()->user()->is_admin)
@lang('site.my_profile')
@lang('site.orders')
@endif
@lang('site.logout')
@csrf
@else
@lang('site.auth')
@lang('site.reg')
@endauth
{{--
--}}
@lang('site.menu')
@auth
@lang('site.profile') @else
@lang('site.login') @endauth
@auth
@if (!auth()->user()->is_admin)
@lang('site.my_profile')
@lang('site.orders')
@endif
@lang('site.logout')
@csrf
@else
@lang('site.auth')
@lang('site.reg')
@endauth
@lang('menu.home')
@lang('menu.about')
@lang('menu.brands')
@lang('menu.partners')
@lang('menu.builds')
@lang('menu.products')
@lang('menu.faq')
@lang('menu.jobs')
@lang('menu.warranty')
@lang('menu.news')
@lang('menu.blogs')
@lang('menu.photos')
@lang('menu.videos')
@lang('menu.contact')
@if (session('success'))
{{ session('success') }}
@endif @if (Route::current()->getName() != 'home')
@yield('page_title')
@yield('breadcrumbs')
@endif
@yield('content')
@csrf
@lang('site.phone_number')
@isset ($popup)
{{ $popup->title }}
{!! $popup->description !!}
@endisset @yield('scripts') @if (!app()->environment('production')) @endif