@php
$home_page_variant = $home_page ?? get_static_option('home_page_variant');
$home_page19_color_con = $home_page_variant == '19' ? '' : 'footer-top';
@endphp
@if(!in_array(Route::currentRouteName(),['frontend.course.lesson','frontend.course.lesson.start']))
@if(preg_match('/(xgenious)/',url('/')))
@endif
@include('frontend.partials.popup-structure')
@endif
@if(\Route::currentRouteName() === 'frontend.products')
@endif
@if(request()->routeIs('homepage') || request()->routeIs('frontend.homepage.demo'))
@include('frontend.partials.popup-jspart')
@include('frontend.partials.gdpr-cookie')
@endif
@include('frontend.partials.twakto')
@include('frontend.partials.google-captcha')
@include('frontend.partials.inline-script')
@include('frontend.partials.product-ajax-js')
@yield('scripts')