{{ __('Store') }}

{{ __('Your store is being set up') }}

{{ __('Connection saved. The full dashboard (products, orders, theme picker, storefront) ships in the next update — the foundation underneath is already live.') }}

{{ __('Provider') }}
{{ $cfg ? \App\Enums\WaProvider::tryFrom($cfg->provider)?->label() : 'Not connected' }}
@if ($cfg) status: {{ $cfg->status }} · {{ $cfg->phone_number ?: $cfg->display_label }} @else Visit /connect to set up. @endif
{{ __('Public storefront') }}
{{ $sf ? $sf->slug : '—' }}
@if ($sf) {{ $sf->public_url }} @else Storefront row will appear once you connect a provider. @endif
{{ __('What works right now') }}
  • {{ __('Provider abstraction — every send goes through') }} {{ __('WhatsAppDispatcher') }} and reads your workspace's connected provider
  • {{ __('Admin can enable any combination of WABA / Unofficial API / Twilio at') }} /admin/settings
  • {{ __('Workspace picks among the enabled providers at') }} /connect
  • {{ __('Schema is in place:') }} {{ __('wa_provider_configs') }}, {{ __('wa_products') }}, {{ __('wa_orders') }}, {{ __('wa_storefronts') }}
{{ __('Coming in the next update') }}
  • {{ __('Full /store dashboard with sidebar tabs (Overview · Orders · Products · Customers · Storefront · Analytics)') }}
  • {{ __('Product CRUD with image gallery') }}
  • {{ __('Theme picker (8 themes)') }}
  • {{ __('Public storefront route + custom-domain support') }}
  • {{ __('Orders inbox + status timeline + payment-link composer') }}
  • {{ __('WABA Embedded Signup + catalog sync + order webhook') }}