{{-- All tenant resolution happens inside \App\Livewire\Settings\Account::resolveCurrentAccount() so the component is safe across initial load AND Livewire update requests (the latter do not run the `tenant` middleware). --}}
@include('partials.settings-heading') {{ __('Account settings') }}
{{-- Workspace URL preview. Static text — no subdomain routing is in place yet, this is purely a preview of what the slug will eventually power. --}}
{{ __('Future workspace URL') }}: {{ $this->workspaceUrlPreview }}
{{ __('Re-suggest slug from name') }}
{{ __('Reserved slugs') }}
{{ __('The following slugs are reserved and cannot be used') }}: {{ implode(', ', \App\Support\AccountSlug::RESERVED) }}
{{ __('Save') }}