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

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

{{ __('Free to start. Cancel any time.') }}

  1. 1Account
  2. 2Workspace
@if ($errors->any())
@foreach ($errors->all() as $err)
{{ $err }}
@endforeach
@endif
@csrf
{{-- Eye-reveal is auto-injected by resources/js/lib/password-reveal.js — no per-page wiring needed. --}}

{{ __('Already have an account?') }} {{ __('Sign in') }}

{{-- eye-toggle wiring lives in resources/js/charts/auth-register.js --}}