{{-- DEfAULT --}} {!! config('app.google_analytics') !!} @include(view_path('partials.meta_data')) {{-- Wavesurfer --}} @yield('additional_head_tags')
@include('front.default.partials.top_menu')
@yield('top-search')
@yield('body')
@if(config('app.recently_viewed_items'))
{{ __('Recently viewed items') }}
@endif
@include('front.default.partials.footer')
@if(config('app.cookie.text'))
{!! config('app.cookie.text') !!}
@endif
{{ __('Processing') }}
@if(session('user_message')) @endif @if(config('chat.twak.enabled')) @elseif(config('chat.gist.enabled')) @elseif(config('chat.other.enabled')) {!! config('chat.other.code') !!} @endif @yield('post_js')