{{-- --}} {!! config('app.analytics_code') !!} {!! place_ad('popup_ad') !!} {!! place_ad('auto_ad') !!} {{-- Search engines verification --}} @if(config('app.site_verification')) {!! config('app.site_verification') !!} @endif {!! config('meta_data.title') !!} @if(config('app.json_ld')) @endif @if(config('app.js_css_code.frontend')) {!! config('app.js_css_code.frontend')!!} @endif @yield('head_tags')
{{-- LEFT SIDEBAR --}} {{-- RIGHT SIDEBAR --}}
{{-- TOP MENU --}}
@if(intval(config('app.blog.enabled'))) @endif @if(intval(config('app.subscriptions.enabled'))) @endif
@if(count(config('notifications', []))) @endif
@if(config('payments.enable_add_to_cart'))
@endif @guest {{ __('Account') }} @else
@endif
{{-- BODY --}}
@yield('body')
{{-- NEWSLETTER FORM --}}
{{ __('Sign up to our newsletter') }}
{{ __('Stay updated! Subscribe to our newsletter for the latest digital products, exclusive offers, and free downloads') }}.
@csrf
{{-- FOOTER --}} {{-- COOKIE --}} @if(strlen(config('app.cookie.text', ''))) @endif @if(intval(config('app.fake_purchases.enabled')) === 1) {{-- SALES NOTIFICATION --}}
@endif {{-- USER MESSAGE --}} {{-- VIDEO PLAYER --}}
@yield('footer_tags') {!! config('chat.code') !!}