@vite('resources/css/app.css') Radiante Salud - Registra tu información personal @include('components.header-nav-reg')
@csrf
@if ($errors->has('error'))

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

@endif

Información del saludino

Registra los siguientes datos para conocer un poco más de ti.

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

Correo electrónico (opcional)

@if ($errors->has('email')) {{ $errors->first('email')}} @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

¿Ya eres miembro? Inicia sesión