{{-- --}} {!! 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')
{{-- TOP MENU --}}
@if(config('app.prepaid_credits.enabled')) {{ __('Credits') }} @endif @if(config('app.subscriptions.enabled')) {{ __('Pricing') }} @endif
@if(count(config('notifications', []))) @endif
@if(config('payments.enable_add_to_cart'))
@endif @guest {{ __('Account') }} @else
@endguest
{{-- MOBILE MENU --}} {{-- BODY --}} @yield('body') {{-- NEWSLETTER --}}
{{ __('Sign up to our newsletter') }}
{{ __("Don't miss out on subscriber-only content - sign up now!") }}
{{-- FOOTER --}}
{{ substr(config('app.name'), 0, 1) }} {{ substr(config('app.name'), 1) }}
{{ config('app.description') }}
{{ __('Home') }} @if(intval(config('app.blog.enabled'))) {{ __('Blog') }} @endif {{ __('Support') }} @if(intval(config('app.affiliate.enabled'))) {{ __('Affiliate') }} @endif @foreach(config('pages', []) as $page) {{ $page['name'] }} @endforeach
@if(config('app.instagram')) @endif @if(config('app.vkontakte')) @endif @if(config('app.youtube')) @endif @if(config('app.twitter')) @endif @if(config('app.pinterest')) @endif @if(config('app.tiktok')) @endif @if(config('app.linkedin')) @endif @if(config('app.reddit')) @endif @if(config('app.whatsapp')) @endif @if(config('app.tumblr')) @endif @if(config('app.telegram')) @endif
{{ config('app.name') }} @ {{ date('Y') }} {{ __('All rights reserved') }}.
@if(auth_is_admin())
@endif @if(count(config('langs') ?? []) > 1)
EN
@endif @if(count(config('payments.currencies') ?? []) > 1)
{{ session('currency', config('payments.currency_code')) }}
@endif
{{-- COOKIE --}} @if(strlen(config('app.cookie.text', ''))) @endif @if(config('app.fake_purchases.enabled') == 1) {{-- SALES NOTIFICATION --}}
@{{ recentPurchase.name.shorten(30) }}
{{ __('Recently purchased') }}
@{{ recentPurchase.item_name.shorten(30) }}
{{ __('Verified') }}
@endif {{-- USER MESSAGE --}} {{-- VIDEO PLAYER --}} @yield('footer_tags')