@extends('Admin.Views.admin') @include('form::.sidebar') @section('content') @php if(! isset($data)) { $old = old(); if(! empty($old)) { $data = $old; } else { $data = []; } } @endphp
@csrf @if (isset($data['id'])) @endif
Datos del trámite
Datos Personales
Grupo Familiar
Vivienda
{{--
--}}
{{--
Salud
@include('form::.data-updates.partials.row-switch', ['label' => 'Alzheimer', 'name' => 'has_alzheimer']) @include('form::.data-updates.partials.row-switch', ['label' => 'Parkinson', 'name' => 'has_parkinson']) @include('form::.data-updates.partials.row-switch', ['label' => 'Diabetes', 'name' => 'has_diabetes']) @include('form::.data-updates.partials.row-switch', ['label' => 'Hipertensión', 'name' => 'has_hipertension']) @include('form::.data-updates.partials.row-switch', ['label' => 'Tiroides', 'name' => 'has_thyroid_disease']) @include('form::.data-updates.partials.row-switch', ['label' => 'Celiaquía', 'name' => 'has_celiac_disease']) @include('form::.data-updates.partials.row-switch', ['label' => 'Depresión', 'name' => 'has_depression']) @include('form::.data-updates.partials.row-switch', ['label' => 'Artrosis', 'name' => 'has_arthrosis']) @include('form::.data-updates.partials.row-switch', ['label' => 'Auditivas', 'name' => 'has_hearing_disease']) @include('form::.data-updates.partials.row-switch', ['label' => 'Cardíacas', 'name' => 'has_cardiac_disease'])
Enfermedad Respuesta
--}}
Contacto
{{--
@include('form::.data-updates.partials.row-switch', ['label' => 'WhatsApp', 'name' => 'has_whatsapp']) @include('form::.data-updates.partials.row-switch', ['label' => 'Facebook', 'name' => 'has_facebook']) @include('form::.data-updates.partials.row-switch', ['label' => 'Email', 'name' => 'has_email']) @include('form::.data-updates.partials.row-switch', ['label' => 'Instagram', 'name' => 'has_instagram']) @include('form::.data-updates.partials.row-switch', ['label' => 'Home Banking', 'name' => 'has_home_banking'])
Red/Medio Respuesta
--}}
@endsection