@if (isset($seo))
{{ $seo['title'] }}
{{-- Open Graph --}}
{{-- Twitter Card --}}
@if (!empty($seo['structured']))
@endif
@else
@yield('title', __('site_name') . ' — ' . __('site_tagline'))
@endif
@fonts
@if (file_exists(public_path('build/manifest.json')) || file_exists(public_path('hot')))
@vite(['resources/css/app.css', 'resources/js/app.js'])
@else
@endif
@stack('styles')
{!! site_setting('header_scripts') !!}
@php
$transparentHeader = request()->routeIs('home');
@endphp
@yield('content')
@php
$footerCopy = match(current_locale()) {
'en' => [
'company' => 'About the company',
'company_links' => ['Stores', 'Contacts', 'History and awards'],
'service' => 'Service',
'service_links' => ['Service centers', 'Hotline', 'Payment', 'Exchange and returns'],
'collection' => 'Collection',
'new_products' => 'New products',
'newsletter' => 'Be the first to receive news and updates',
'placeholder' => 'Enter your email and subscribe',
'description' => 'BERNESSO is an international company creating premium home appliances and accessories.',
'copyright' => 'Official home appliance online store. All rights reserved.',
'privacy' => 'Personal data processing policy',
'terms' => 'Public offer agreement',
],
'ru' => [
'company' => 'О компании',
'company_links' => ['Магазины', 'Контакты', 'История и награды'],
'service' => 'Сервис',
'service_links' => ['Сервисные центры', 'Горячая линия', 'Оплата', 'Обмен и возврат'],
'collection' => 'Коллекция',
'new_products' => 'Новинки',
'newsletter' => 'Узнавайте первыми о новостях и обновлениях',
'placeholder' => 'Введите e-mail и подпишитесь',
'description' => 'BERNESSO — международная компания, создающая премиальную бытовую технику и аксессуары.',
'copyright' => 'Официальный интернет-магазин бытовой техники. Все права защищены.',
'privacy' => 'Политика обработки персональных данных',
'terms' => 'Договор публичной оферты',
],
default => [
'company' => 'Şirkət haqqında',
'company_links' => ['Butiklər', 'Əlaqələr', 'Tarix və mükafatlar'],
'service' => 'Xidmət',
'service_links' => ['Xidmət mərkəzləri', 'Qaynar xətt', 'Ödəniş', 'Dəyişdirmə və qaytarma'],
'collection' => 'Kolleksiya',
'new_products' => 'Yeni məhsullar',
'newsletter' => 'Yeniliklər və xəbərlər barədə məlumatı ilk siz alın',
'placeholder' => 'E-poçt ünvanınızı daxil edin və abunə olun',
'description' => 'BERNESSO — premium sinif məişət texnikası və aksesuarları yaradan beynəlxalq şirkət.',
'copyright' => 'Rəsmi məişət texnikası internet mağazası. Bütün hüquqlar qorunur.',
'privacy' => 'Şəxsi məlumatların işlənməsi siyasəti',
'terms' => 'İctimai təklif müqaviləsi',
],
};
$instagramUrl = $siteSocials['instagram'] ?? 'https://www.instagram.com/bernesso.az';
@endphp
{!! site_setting('footer_scripts') !!}