{{-- generate seo info --}} {!! SEO::generate() !!} {!! JsonLdMulti::generate() !!} {{ Helper::autoload_main_site_data() }} @stack('style') @if(Cache::has('marketing_tool')) @php $tools=Cache::get('marketing_tool'); $tools=json_encode($tools); $tools=json_decode($tools ?? ''); @endphp @isset($tools->fb_pixel_status) @if($tools->fb_pixel_status == 'on') {!! facebook_pixel($tools->fb_pixel) !!} @endif @endisset @endif
@if(Cache::has('site_info')) @php $site_info=Cache::get('site_info'); @endphp
@if(Cache::has('active_languages')) @php $langs=Cache::get('active_languages'); @endphp
@endif
@endif
@yield('content') @stack('js') @if(Cache::has('marketing_tool')) @php $tools=Cache::get('marketing_tool'); $tools=json_encode($tools); $tools=json_decode($tools ?? ''); @endphp @isset($tools->google_status) @if($tools->google_status == 'on') {!! google_analytics($tools->ga_measurement_id) !!} @endif @endisset @endif