@include('Frontend.Layouts.partials.head') @yield('styles')
@include('Frontend.Popups.index_banners_top') @include('Frontend.Layouts.partials.loading') @include('Frontend.Layouts.partials.header')
{!!trans('front.objects')!!}
{!!trans('front.events')!!}
{!!trans('front.history')!!}
{{-- hidden, import for correct tab work (shown, hidden evenets) --}}
@yield('items')
@if (config('addon.html_geolocation'))
@endif
@include('Frontend.Layouts.partials.trans') @yield('self-scripts')
@include('Frontend.History.bottom') @include('Frontend.Widgets.index')
@yield('scripts') @include('Frontend.Layouts.partials.app')
loading
@include('Frontend.Popups.index')