HEX
Server: LiteSpeed
System: Linux s1049.use1.mysecurecloudhost.com 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64
User: xedaptot (3356)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: /home/xedaptot/be.naniguide.com/storage/framework/views/463592b3c609c63f90d4550b1af76504.php
<div class="headbar d-flex">
    <div class="me-auto"></div>
    <?php if(config('app.brand')): ?>
        <div class="me-2">
            <a class="open-site-top-menu xtooltip" title="<?php echo e(trans('messages.open_website'), false); ?>" target="_blank" href="<?php echo e(config('wordpress.url'), false); ?>">
                <span class="material-symbols-rounded">public</span>
            </a>
        </div>
    <?php endif; ?>
    <div class="top-search-container"></div>
    <?php echo $__env->make('layouts.core._quick_change_theme_mode', [
        'mode' => Auth::user()->customer->theme_mode ? Auth::user()->customer->theme_mode : 'light',
        'url' => action('AccountController@changeThemeMode'),
    ], array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?>
</div>

<script>
    $(function() {
        TopSearchBar.init({
            container: $('.top-search-container'),
            sections: [
                new SearchSection({
                    url: '<?php echo e(action('SearchController@general'), false); ?>',
                }),
                new SearchSection({
                    url: '<?php echo e(action('SearchController@campaigns'), false); ?>',
                }),
                new SearchSection({
                    url: '<?php echo e(action('SearchController@lists'), false); ?>',
                }),
                new SearchSection({
                    url: '<?php echo e(action('SearchController@subscribers'), false); ?>',
                }),
                new SearchSection({
                    url: '<?php echo e(action('SearchController@automations'), false); ?>',
                }),
                new SearchSection({
                    url: '<?php echo e(action('SearchController@templates'), false); ?>',
                }),
                new SearchSection({
                    url: '<?php echo e(action('SearchController@forms'), false); ?>',
                }),
                new SearchSection({
                    url: '<?php echo e(action('SearchController@websites'), false); ?>',
                })
            ],
            lang: {
                no_keyword: `<?php echo trans('messages.search.type_to_search.wording'); ?>`,
                empty_result: `<?php echo trans('messages.search.empty_result'); ?>`,
                tooltip: `<?php echo trans('messages.click_open_app_search'); ?>`,
            }
        });
    });
</script><?php /**PATH /home/xedaptot/be.naniguide.com/resources/views/layouts/core/_headbar_frontend.blade.php ENDPATH**/ ?>