@php $isRtl = in_array(app()->getLocale(), ['ar', 'he', 'fa', 'ur']); $generalSettings = \App\Models\Central\GeneralSetting::instance(); $appName = $generalSettings->app_name ?: 'Stocky'; @endphp {{ __('landing.create_workspace') }} — {{ $appName }} @php $faviconUrl = $generalSettings->getFaviconUrl(); @endphp {{-- Left decorative panel --}}

{{ __('landing.launch_title') }}

{{ __('landing.launch_desc') }}

@foreach([ 'feat_subdomain', 'feat_pos', 'feat_warehouse', 'feat_ready', ] as $featKey)
{{ __('landing.' . $featKey) }}
@endforeach
{{-- Right form panel --}}

{{ __('landing.create_workspace') }}

{{ __('landing.reg_subtitle') }}

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf {{-- Subdomain --}}
.{{ preg_replace('/^www\./i', '', parse_url(config('app.url'), PHP_URL_HOST) ?? 'localhost') }}

{{ __('landing.subdomain_hint_reg') }}

@error('subdomain')

{{ $message }}

@enderror
{{-- Company name --}}
@error('company_name')

{{ $message }}

@enderror
{{-- Admin email --}}
@error('admin_email')

{{ $message }}

@enderror
{{-- Password + Confirm --}}
@error('admin_password')

{{ $message }}

@enderror
{{-- Plan selection --}} @if($plans->isNotEmpty()) @php $starterPlan = $plans->firstWhere('slug', 'starter'); @endphp
@error('plan_id')

{{ $message }}

@enderror
{{-- Billing cycle --}}
@endif
{{ __('landing.back_to_homepage') }}