{{ __('Project') }} {{ __('settings') }}.
{{ __('Configure app identity, messaging providers, mail, e-commerce integrations, storefront metadata, footer content, PWA, SEO, and custom code.') }}
{{ __('General settings') }}
{{ __('App name, contact details, logos, preloader, URL, address, and global service toggles.') }}
{{ __('Payment gateways') }}
{{ __('Stripe, Razorpay, PayPal, Paystack, Flutterwave, MercadoPago, Square + offline gateways — keys, currencies, and live toggles.') }}
{{ __('Currencies') }}
{{ __('ISO-4217 list, symbols, decimal places, default + display fallback. Drives every price shown across the platform.') }}
{{ __('AI / API keys') }}
{{ __('Provider credentials for OpenAI, Anthropic, Google, Groq + default models per provider. Drives every AI feature in the platform.') }}
{{ __('Mail settings') }}
{{ __('SMTP driver, host, port, sender name, encryption, welcome mail, verification mail, and test send.') }}
{{ __('Audit log') }}
{{ __('Searchable history of every admin action — workspace edits, user changes, billing events, security incidents, settings updates.') }}
{{ __('Privacy, GDPR & ADA') }}
{{ __('Cookie consent banner, GDPR / CCPA compliance, ADA / WCAG accessibility toggles, and policy URLs.') }}
{{ __('Analytics integrations') }}
{{ __('Google Analytics, GTM, Meta Pixel, Clarity, Plausible, PostHog, Hotjar, TikTok, LinkedIn, X — paste the ID, we render the script.') }}
{{ __('SEO settings') }}
{{ __('Meta title, description, OpenGraph, Twitter cards, robots, canonical, and Google + Bing site verification.') }}
{{ __('Languages') }}
{{ __('Available locales, default language, RTL flag, and per-language enable toggle. Drives the language picker in user account settings.') }}
{{ __('PWA settings') }}
{{ __('App name, install icons, splash image, theme color, background color, display mode, and PWA enable switch.') }}
{{ __('Catalog settings') }}
{{ __('WhatsApp Catalog feature gate, Graph API version, default currency, and merchant walkthrough.') }}
{{ __('Shopify settings') }}
{{ __('Shopify app enablement, client ID, client secret, scopes, redirect URLs, and install status.') }}
{{ __('WooCommerce settings') }}
{{ __('WooCommerce enablement, setup instructions, webhook requirements, and store connection guidance.') }}
{{ __('HubSpot CRM settings') }}
{{ __('One-time OAuth app: Client ID/secret, scopes, redirect URI. Workspaces then push WhatsApp customers and orders into HubSpot as contacts and deals.') }}
{{ __('Footer settings') }}
{{ __('Footer title, logo, social links, copyright text, and public footer description.') }}
{{ __('Site info') }}
{{ __('Contact emails, phone, WhatsApp, address, and social links shared across the public footer, contact, and about pages.') }}
{{ __('Social login & captcha') }}
{{ __('Toggle Google and Facebook sign-in on the login and register pages, paste OAuth keys, and enable Google reCAPTCHA (v2 or v3) to block bot signups.') }}
@php $__socialSvc = app(\App\Services\SocialAuthService::class); $__reSvc = app(\App\Services\RecaptchaService::class); $__socialChips = []; if ($__socialSvc->enabled('google')) { $__socialChips[] = 'Google'; } if ($__socialSvc->enabled('facebook')) { $__socialChips[] = 'Facebook'; } if ($__reSvc->enabled()) { $__socialChips[] = 'reCAPTCHA'; } @endphp