@php $menu_items = app(App\Services\Common\FrontMenuService::class)->generate(); @endphp
@includeWhen($fSectSettings->preheader_active, 'landing-page.header.preheader')
@if (!auth()->check()) {!! __($fSetting->sign_in) !!} @endif @if (count(explode(',', $settings_two->languages)) > 1)
@foreach (\App\Helpers\Classes\Localization::getSupportedLocales() as $localeCode => $properties) @if (in_array($localeCode, explode(',', $settings_two->languages))) {{ country2flag(substr($properties['regional'], strrpos($properties['regional'], '_') + 1)) }} {{ $properties['native'] }} @endif @endforeach
@endif
@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'] )