{{-- TENDRA --}} {{-- --}} {!! 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 {{-- CSRF Token --}} {{-- translations --}} {{-- jQuery --}} {{-- Js-Cookie --}} {{-- Semantic-UI --}} {{-- Spacing CSS --}} {{-- App CSS --}} {{-- Query string --}} {{-- Base64 Encode / Decode --}} @yield('additional_head_tags') @if(config('app.color_cursor'))
@endif
{{-- Top Menu --}}
@yield('top-search')
@yield('body')
@if(config('app.recently_viewed_items') && !route_is('home.support'))
{{ __('Recently viewed items') }}
@endif
{{ config('app.name') }}
{!! config('app.description') !!}
@auth
@csrf
@endauth
@if(config('app.fake_purchases.enabled') == 1)
@{{ recentPurchase.name.shorten(30) }}
@{{ __('Just purchased') }} "@{{ recentPurchase.item_name.shorten(30) }}"
@{{ recentPurchase.price }}
@endif @include("components.user_message") @include("components.cookie")
{{ __('Processing') }}
@yield('pre_js') {{-- App JS --}} {{-- Views counter --}}
@if(session('user_message')) @endif @if(config('chat.enabled')) {!! config('chat.code') !!} @endif @if(config('app.js_css_code.frontend')) {!! config('app.js_css_code.frontend') !!} @endif @yield('post_js')