@php $menu_items = app(App\Services\Common\FrontMenuService::class)->generate(); @endphp
@includeWhen($fSectSettings->preheader_active, 'landing-page.header.preheader')
@includeWhen($fSetting->floating_button_active, 'landing-page.header.floating-button')
@includeWhen($app_is_demo, 'landing-page.header.envato-link') @includeWhen(in_array($settings_two->chatbot_status && ($settings_two->chatbot_login_require == false || ($settings_two->chatbot_login_require == true && auth()->check())), [ 'frontend', 'both', ]), 'panel.chatbot.widget', ['page' => 'landing-page'] )