{{ __('Cancel') }}
{{ __('Admin · Users · New') }}

{{ __('Add a') }} {{ __('user') }}

{{ __('Create a new account and assign it to a workspace + role. The user will receive an email with a one-time login link.') }}

@if ($errors->any())
{{ __('Please fix the following:') }}
    @foreach ($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@csrf
01 {{ __('Personal details') }}
{{ __('Used for login and notifications.') }}
{{ __('Upload image') }}
{{ __('PNG/JPG · 200×200 recommended') }}
{{ __('Browse') }}
02 {{ __('Access & role') }}
{{ __('Leave empty if user is a :app admin / staff.', ['app' => \App\Models\SystemSetting::get('app_name', config('app.name', 'WaDesk'))]) }}
{{-- Toggle inputs use `value=1` + hidden 0 sibling so unchecked posts a falsy. --}}
03 {{ __('Address & notes') }}
{{-- Country → state → city cascade. Options injected by admin-users-form.js using the country-state-city npm package. data-value preserves any old() value through validation re-renders. --}}
Admin reminder: Super admin and Admin roles can view billing, users, and audit logs. Owners are limited to their own workspace.