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**/ ?>