@vite('resources/css/app.css') Radiante Salud - Crea tu nuevo usuario saludina @include('components.head-sign')
@csrf

¡Vamos a comenzar!

Registra un correo y contraseña validos para crear tu cuenta de saludino.

Correo electrónico

@if ($errors->has('email')) {{ $errors->first('email')}} @endif

Crea tu contraseña

@if ($errors->has('password')) {{ $errors->first('password')}} @endif
@error('password_confirmation')

{{ $message }}

@enderror

Requisitos de contraseña

- 8 o más caracteres

- Mayúsculas y minúsculas

- Por lo menos un número

- Por lo menos un simbolo

- No caracteres repetitivos (ej. 'bbb', 'Aaa')

- No caracteres secuenciales (ej. '123', '321', 'abc')

@csrf
@if ($errors->has('error'))

{{ $errors->first('error') }}

@endif

Nombre completo

@if ($errors->has('first_name')) {{ $errors->first('first_name')}} @endif

Apellidos

@if ($errors->has('last_name')) {{ $errors->first('last_name')}} @endif

Calle

@if ($errors->has('street')) {{ $errors->first('street')}} @endif

Número

@if ($errors->has('number_house')) El campo 'Número' es obligatorio. @endif

Ciudad

@if ($errors->has('city')) {{ $errors->first('city')}} @endif

Colonia

@if ($errors->has('colony')) {{ $errors->first('colony')}} @endif

Código postal

@if ($errors->has('postal_code')) {{ $errors->first('postal_code')}} @endif

Estado

@if ($errors->has('state')) {{ $errors->first('state')}} @endif

Número de teléfono

@if ($errors->has('phone')) {{ $errors->first('phone')}} @endif

CURP

@if ($errors->has('curp')) {{ $errors->first('curp')}} @endif

Fecha de nacimiento

@if ($errors->has('birthday')) {{ $errors->first('birthday')}} @endif
@if(session('success'))
{{ session('success') }}
@endif

¿Ya eres miembro? Inicia sesión