@php $__brandName = (string) \App\Models\SystemSetting::get('app_name', config('app.name', 'WaDesk')); @endphp
{{ __('Step 2 of 3 / Workspace') }}

{{ __('Create your') }} {{ __('workspace') }}.

  1. Account
  2. 2Workspace
  3. 3Plan
@if (!empty($existing) && $existing->isNotEmpty())
{{ __('Already have') }}
@foreach ($existing as $w)
{{ $w->name }} {{ $w->slug }}
@endforeach
Skip / continue to plan
@endif @if ($errors->any())
@foreach ($errors->all() as $err)
{{ $err }}
@endforeach
@endif
@csrf
{{ __('A friendly label your team will see at the top of the app.') }}
{{ __('Type to search any IANA timezone (Asia/Kolkata, Europe/London, etc.).') }}

{{ __('You can create more workspaces any time from the top bar.') }}