@php
$footer_variant = !is_null(get_footer_style()) ? get_footer_style() : '02';
@endphp
@include('frontend.layout.partials.footer-variant.footer-'.$footer_variant)
@if(get_static_option('bottom_to_top') != 'disable')
@endif
@if(get_static_option('mouse_pointer') != 'disable')
@endif
@if(get_static_option('home_page_animation') != 'disable')
@endif
@if(get_static_option('home_page_animation') != 'disable')
@endif
{!! Toastr::message() !!}
@if(moduleExists('HourlyJob'))
@endif
@if(moduleExists('HourlyJob'))
@endif
@if(moduleExists('CoinPaymentGateway'))
@endif
@yield('script')
@if(!empty( get_static_option('site_third_party_tracking_code')))
{!! get_static_option('site_third_party_tracking_code') !!}
@endif
{!! renderBodyEndHooks() !!}