@vite('resources/css/app.css') @include('components.header-nav-reg') @if($errors->any())
@endif
@csrf

Información personal:

Nombre(s):

Apellidos:

Fecha de nacimiento:

Edad:

Sexo:

@if(strpos($patientInfo->kinship, '(Titular)') !== false)

Parentesco:

@endif @if(strpos($patientInfo->kinship, '(Titular)') === false)

Parentesco:

@endif

Ocupación:

Teléfono:

Información de dirección:

@if(strpos($patientInfo->kinship, '(Titular)') === false)

Direccion:

@endif @if(strpos($patientInfo->kinship, '(Titular)') !== false)

Direccion:

@endif

Correo:

@if(strpos($patientInfo->kinship, '(Titular)') !== false)

Tipo de atención:

Presencial type_atention === 'Presencial' ? 'checked' : '' }}> Virtual type_atention === 'Virtual' ? 'checked' : '' }}> Mixta type_atention === 'Mixta' ? 'checked' : '' }}>
@endif @if(strpos($patientInfo->kinship, '(Titular)') === false)

Tipo de atención:

Presencial type_atention === 'Presencial' ? 'checked' : '' }} disabled> Virtual type_atention === 'Virtual' ? 'checked' : '' }} disabled> Mixta type_atention === 'Mixta' ? 'checked' : '' }} disabled>
@endif