@include('frontend.layouts.components.main-top') @if(\App\Helpers\Helper::isMobile()) @endif @stack('style')
@include('frontend.layouts.home-header')
@if (Cache::get('cache_config_ads')['banner_fixed_right_status'] == 1)
@yield('content')
@include('frontend.layouts.ads.banner-4')
@else
@yield('content')
@endif
@include('frontend.layouts.footer')
up-arrow
@stack('scripts') @include('frontend.layouts.components.main-bottom')