@php // Surface the workspace's existing WA Store shops to the // integrations JS so the WhatsApp Store card can swap "Connect // now" for "View shops / + Add shop" once one or more exist. $waShops = collect(); if ($wsId = auth()->user()?->current_workspace_id) { $waShops = \App\Models\WaStorefront::where('workspace_id', $wsId) ->orderByDesc('id') ->get(['id', 'shop_name', 'slug', 'enabled', 'theme_key', 'custom_domain', 'custom_domain_verified']); } @endphp
{{ __('More / Integrations') }}
{{ __('Integrations') }} & {{ __('connected apps') }}
{{ __('6 connected / 18 available') }} {{ __('View docs') }}

{{ __('Supercharge your workflow') }}

{{ __('Connect the tools you already use — orders, AI assistants, sheets, payments, and more.') }}

{{ __('All integrations') }}

{{ __('18 apps') }}
@include('user.partials.empty-state', [ 'id' => 'empty', 'class' => 'hidden', 'message' => 'No integrations match the current filters. Try a different keyword or clear the filter.', ])
{{ __('What gets synced') }}

{{ __('Each integration in one line') }}

{{ __('Shopify') }}{{ __('orders, customers, abandoned carts') }}
{{ __('WooCommerce') }}{{ __('orders, refunds, product updates') }}
{{ __('WhatsApp Catalog') }}{{ __('products, prices, stock') }}
{{ __('WhatsApp Store') }}{{ __('storefront, in-chat checkout') }}
{{ __('Google Sheets') }}{{ __('contacts in / messages out') }}
{{ __('HubSpot CRM') }}{{ __('contacts upserted, deals created') }}
{{ __('Google Calendar') }}{{ __('free/busy reads, bookings written') }}
{{ __('Tip') }}
{{ __('Need something else?') }}

{{ __('Use a webhook to push events from any other system into :app — orders, signups, payments, anything HTTP.', ['app' => \App\Models\SystemSetting::get('app_name', config('app.name', 'WaDesk'))]) }}

{{ __('Build a webhook') }}