{{-- whatsapp js --}} {{-- whatsapp init code --}} @php if (!empty($userBs->base_color)) { $baseColor = $userBs->base_color; } else { $baseColor = ''; } @endphp {{-- version 4,5,6 --}} @if ($userBs->theme === 'home_four' || $userBs->theme === 'home_five') @elseif ($userBs->theme === 'home_six') @elseif ($userBs->theme === 'home_seven') @elseif ($userBs->theme === 'home_eight') @elseif ($userBs->theme === 'home_nine') @elseif ($userBs->theme === 'home_ten') @if ($userCurrentLang->rtl == 1) @else @endif @elseif ($userBs->theme === 'home_eleven') @if ($userCurrentLang->rtl == 1) @else @endif @elseif ($userBs->theme === 'home_twelve') @if ($userCurrentLang->rtl == 1) @else @endif @endif @yield('scripts') @if (session()->has('success')) @endif @if (session()->has('error')) @endif @if (session()->has('warning')) @endif @if (in_array('Plugins', $packagePermissions)) @if ($userBs->analytics_status == 1) @endif @if ($userBs->pixel_status == 1) @endif @if ($userBs->tawkto_status == 1) @php $directLink = str_replace('tawk.to', 'embed.tawk.to', $userBs->tawkto_direct_chat_link); $directLink = str_replace('chat/', '', $directLink); @endphp @endif @if ($userBs->whatsapp_status == 1) @endif @endif