@php $tawkChat = get_theme_option(key: 'tawk_chat') ?? []; $customScript = get_theme_option('custom_script') ?? []; $customJs = $customScript['custom_js'] ?? ''; @endphp @if (isset($tawkChat['status']) && $tawkChat['status'] == 'on' && (isset($tawkChat['url']) && $tawkChat['url'] !== '')) @endif @stack('js') @if ($customJs) @endif