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

{{ __('Start automating your communication with AI') }}

@csrf {{-- Name --}}
@error('name')

{{ $message }}

@enderror
{{-- Email --}}
@error('email')

{{ $message }}

@enderror
{{-- Password with strength indicator --}}

@error('password')

{{ $message }}

@enderror
{{-- Confirm password --}}
{{-- Terms --}}
@error('terms')

{{ $message }}

@enderror {{-- Submit --}} {{-- Divider --}}
{{ __('Or sign up with') }}
{{-- Social — 2 in a row --}} {{ __('Continue with GitHub') }} {{-- Login link --}}

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