@php $cache_data_time = system_setting('cache_data_time', 0); if($cache_data_time){ add_js_data('____crazy_cache', true); }else{ add_js_data('____crazy_cache', false); } @endphp {!! $html->getAndCleanCss() !!} @if ($data = get_js_data()) @endif @yield('jsinit') @if ($data = get_js_src()) @foreach ($data as $src) @endforeach @endif @if (get_web_type() == 'ecommerce') @endif @if ($jssdk = $options->settings->jssdk) {!! $jssdk->facebook !!} {!! $jssdk->twitter !!} @endif @if (($pwa = get_option('settings')->pwa) && $pwa->active)
STOP! This page must be served over HTTPS. Please reload this page via HTTPS.
@endif @yield('js') {!! $html->getAndCleanScripts() !!} @php $messKeys = ['warning', 'success', 'error', 'info', 'alert']; @endphp