Fecha de segunda cita: @if ($factfind->fecha_segunda_cita) {{date('m/d/Y',strtotime($factfind->fecha_segunda_cita))}} @endif

CONFIDENCIAL

CLIENTE: {{$factfind->cliente->nombres}} {{$factfind->cliente->apellidos}}
Fecha de segunda cita: @if ($factfind->fecha_segunda_cita) {{date('m/d/Y',strtotime($factfind->fecha_segunda_cita))}} @else   @endif
TEL. NO. @if ($factfind->cliente->telefono) {{$factfind->cliente->telefono}} @else   @endif
CEL. NO. @if ($factfind->cliente->celular) {{$factfind->cliente->celular}} @else   @endif
MEJOR HORARIO PARA CONTACTAR: @if ($factfind->mejor_horario_contactar) {{$factfind->mejor_horario_contactar}} @else   @endif
EMAIL: @if ($factfind->cliente->email) {{$factfind->cliente->email}} @else   @endif
# PLAN.  
INFORMACIÓN PERSONAL
NOMBRE: {{$factfind->cliente->nombres}} {{$factfind->cliente->apellidos}}
NACIMIENTO: {{date('m-d-Y', strtotime($factfind->cliente->fecha_nacimiento))}}
NACIONALIDAD: {{$factfind->cliente->pais_titular->nombre}}
PEP: @if ($factfind->cliente->pep == "1") SÍ @else NO @endif
CÓNYUGE: @if ($factfind->cliente->nombres_conyuge) {{$factfind->cliente->nombres_conyuge}} {{$factfind->cliente->apellidos_conyuge}} @else   @endif
NACIMIENTO: @if ($factfind->cliente->fecha_nacimiento_conyuge) {{date('m-d-Y', strtotime($factfind->cliente->fecha_nacimiento_conyuge))}} @else   @endif
NACIONALIDAD: @if ($factfind->cliente->pais_conyuge) {{$factfind->cliente->pais_conyuge->nombre}} @else   @endif
PEP: @if ($factfind->cliente->pep_conyuge == "1") SÍ @else NO @endif


@if (count($factfind->cliente->hijos)) @foreach ($factfind->cliente->hijos as $item) @endforeach
HIJOS
NOMBRE EDAD APORTE INICIAL DESDE AHORROS ACTUALES COSTOS DE EDUCACIÓN + COSTOS DE VIDA (sin inflación) COSTOS DE EDUCACIÓN + COSTOS DE VIDA (con inflación) AHORRO MENSUAL
{{$item->nombres_apellidos}} {{Carbon\Carbon::parse($item->fecha_nacimiento)->age}} {{number_format($item->plan_actual,2)}} {{number_format($item->necesidades_futuras + $item->gastos_vivienda,2)}} {{number_format($item->total_con_inflacion,2)}} {{number_format($item->ahorro_mensual,2)}}
Ahorro mensual * USD {{number_format($factfind->cliente->hijos()->sum("ahorro_mensual"),2)}}
% de la meta cubierta por el crecimiento * @php $info_monto_cubierto = $factfind->monto_cubierto_inversion(); @endphp USD {{number_format($info_monto_cubierto['monto'],2)}} ({{number_format($info_monto_cubierto['porcentaje'],2)}} %)
* Estos cálculos son proyecciones, no son cifras garantizados y el reslultadio puede ser diferente
@endif
INFORMACIÓN DE EMPLEO
CARGO @if ($factfind->empleo && $factfind->empleo->cargo) {{$factfind->empleo->cargo}} @else   @endif
EMPLEADOR @if ($factfind->empleo && $factfind->empleo->empleador) {{$factfind->empleo->empleador}} @else   @endif
ÚLTIMA EMPRESA @if ($factfind->empleo && $factfind->empleo->ultima_empresa) {{$factfind->empleo->ultima_empresa}} @else   @endif
DESDE @if ($factfind->empleo && $factfind->empleo->trabaja_desde) {{$factfind->empleo->trabaja_desde}} @else   @endif
SALARIO / INGRESO MENSUAL NETO @if ($factfind->empleo && $factfind->empleo->salario_mensual) {{number_format($factfind->empleo->salario_mensual,2)}} @else   @endif
BONOS / AGUINALDO @if ($factfind->empleo && $factfind->empleo->bonos_aguinaldos) {{number_format($factfind->empleo->bonos_aguinaldos,2)}} @else   @endif
TRABAJO DE CONYUGUE @if ($factfind->empleo && $factfind->empleo->cargo_conyuge) {{$factfind->empleo->cargo_conyuge}} @else   @endif
EMPLEADOR @if ($factfind->empleo && $factfind->empleo->empleador_conyuge) {{$factfind->empleo->empleador_conyuge}} @else   @endif
SALARIO / INGRESO MENSUAL NETO @if ($factfind->empleo && $factfind->empleo->salario_mensual_conyuge) {{number_format($factfind->empleo->salario_mensual_conyuge,2)}} @else   @endif
BONOS / AGUINALDO @if ($factfind->empleo && $factfind->empleo->bonos_aguinaldos_conyuge) {{number_format($factfind->empleo->bonos_aguinaldos_conyuge,2)}} @else   @endif


NOTAS:
@if ($factfind->empleo && $factfind->empleo->ultima_empresa) {{$factfind->empleo->notas}} @else   @endif


@php $excedente_mensual = $factfind->total_ingresos() - $factfind->total_gastos(); @endphp
GASTOS DEL MES
Super
@if ($factfind->gastos && $factfind->gastos->supermercado) {{$factfind->gastos->supermercado}} @else   @endif
Luz/agua
@if ($factfind->gastos && $factfind->gastos->luz_agua) {{$factfind->gastos->luz_agua}} @else   @endif
Auto
@if ($factfind->gastos && $factfind->gastos->transporte) {{$factfind->gastos->transporte}} @else   @endif
Hipoteca
@if ($factfind->gastos && $factfind->gastos->hipoteca) {{$factfind->gastos->hipoteca}} @else   @endif
Cuidado personal
@if ($factfind->gastos && $factfind->gastos->cuidado_personal) {{$factfind->gastos->cuidado_personal}} @else   @endif
Ayuda Familiar
@if ($factfind->gastos && $factfind->gastos->ayuda_familiar) {{$factfind->gastos->ayuda_familiar}} @else   @endif
Comida
@if ($factfind->gastos && $factfind->gastos->comida) {{$factfind->gastos->comida}} @else   @endif
Tel/Cel/Int/TV
@if ($factfind->gastos && $factfind->gastos->telefono_internet_tv) {{$factfind->gastos->telefono_internet_tv}} @else   @endif
Seguros
@if ($factfind->gastos && $factfind->gastos->seguros) {{$factfind->gastos->seguros}} @else   @endif
Deporte
@if ($factfind->gastos && $factfind->gastos->deporte) {{$factfind->gastos->deporte}} @else   @endif
Servicios
@if ($factfind->gastos && $factfind->gastos->servicios) {{$factfind->gastos->servicios}} @else   @endif
Otros
@if ($factfind->gastos && $factfind->gastos->otros) {{$factfind->gastos->otros}} @else   @endif
Escuela
@if ($factfind->gastos && $factfind->gastos->escuela) {{$factfind->gastos->escuela}} @else   @endif
Gasolina
@if ($factfind->gastos && $factfind->gastos->gasolina) {{$factfind->gastos->gasolina}} @else   @endif
Renta
@if ($factfind->gastos && $factfind->gastos->renta) {{$factfind->gastos->renta}} @else   @endif
Vacaciones
@if ($factfind->gastos && $factfind->gastos->vacaciones_esparcimiento) {{$factfind->gastos->vacaciones_esparcimiento}} @else   @endif
Préstamos
@if ($factfind->gastos && $factfind->gastos->prestamos) {{$factfind->gastos->prestamos}} @else   @endif
TOTAL: {{number_format($factfind->total_ingresos(),2)}} EXCENDENTE MENSUAL {{number_format($excedente_mensual,2)}}


@if ($factfind->propiedades) @foreach ($factfind->propiedades as $item) @endforeach @endif
PROPIEDADES
Existentes / Hipoteca Plazo Valor
{{$item->existente_hipoteca}} {{$item->plazo}} {{$item->valor}}


@if ($factfind->ahorros) @foreach ($factfind->ahorros as $item) @endforeach @endif
AHORRO ACTUALES
BANCO Corto Plazo Mediano Plazo Largo Plazo
{{$item->banco}} $ {{$item->corto_plazo}} $ {{$item->mediano_plazo}} $ {{$item->largo_plazo}}


NOTAS:
@if($factfind->notas_ahorros) {{$factfind->notas_ahorros}} @else   @endif


@if ($factfind->prestamos_deudas) @foreach ($factfind->prestamos_deudas as $item) @endforeach @endif
PRESTAMOS / DEUDAS
Tipo Tiempo de deuda Valor
{{$item->personal_tarjeta_credito}} {{$item->plazo}} $ {{$item->valor}}


NOTAS:
@if($factfind->notas_prestamos) {{$factfind->notas_prestamos}} @else   @endif
PATRIMONIO EXISTENTE
PROTECCIÓN EXISTENTE
ACCIONES
patrimonio_proteccion && $factfind->patrimonio_proteccion->acciones) checked @endif>
@if ($factfind->patrimonio_proteccion && $factfind->patrimonio_proteccion->acciones) {{$factfind->patrimonio_proteccion->valor_acciones}} @else   @endif
FONDO DE INVERSIÓN
patrimonio_proteccion && $factfind->patrimonio_proteccion->fondos_inversion) checked @endif>
@if ($factfind->patrimonio_proteccion && $factfind->patrimonio_proteccion->fondos_inversion) {{$factfind->patrimonio_proteccion->valor_inversion}} @else   @endif
PENSION O PLAN DE RETIRO
patrimonio_proteccion && $factfind->patrimonio_proteccion->plan_retiro) checked @endif>
@if ($factfind->patrimonio_proteccion && $factfind->patrimonio_proteccion->plan_retiro) {{$factfind->patrimonio_proteccion->valor_plan_retiro}} @else   @endif
SEGURO DE VIDA patrimonio_proteccion && $factfind->patrimonio_proteccion->segura_vida) checked @endif>
SUMA ASEGURADA @if ($factfind->patrimonio_proteccion && $factfind->patrimonio_proteccion->segura_vida) {{$factfind->patrimonio_proteccion->valor_cobertura_seguro_vida}} @else   @endif
@if ($factfind->patrimonio_proteccion && $factfind->patrimonio_proteccion->segura_vida) {{$factfind->patrimonio_proteccion->valor_cobertura_seguro_vida}} @else   @endif
GASTOS MÉDICOS patrimonio_proteccion && $factfind->patrimonio_proteccion->gastos_medicos) checked @endif>
COBERTURA FAMILIAR patrimonio_proteccion && $factfind->patrimonio_proteccion->cobertura_familiar) checked @endif>
INTERNATIONAL patrimonio_proteccion && $factfind->patrimonio_proteccion->internacional) checked @endif>
LOCAL patrimonio_proteccion && $factfind->patrimonio_proteccion->local) checked @endif>

NOTAS:
@if($factfind->notas_patrimonio) {{$factfind->notas_patrimonio}} @else   @endif

NOTAS:
@if($factfind->notas_proteccion) {{$factfind->notas_proteccion}} @else   @endif


CONOCE OTRO ASESOR PATRIMONIAL O AGENTE DE SEGUROS

{{$factfind->patrimonio_proteccion && $factfind->patrimonio_proteccion->conoce_otro_asesor}}
OBJETIVOS DE INVERSIÓN Y PERFIL DE RIESGO
@php $objetivo_inversion = $factfind->prioridad_riesgo_inversion ? explode(',',$factfind->prioridad_riesgo_inversion->objetivo_inversion) : []; $prioridades = $factfind->prioridad_riesgo_inversion ? explode(',',$factfind->prioridad_riesgo_inversion->prioridades) : []; $retiros_planeados = $factfind->prioridad_riesgo_inversion ? explode(',',$factfind->prioridad_riesgo_inversion->retiros_planeados) : []; $riesgos = $factfind->prioridad_riesgo_inversion ? explode(',',$factfind->prioridad_riesgo_inversion->riesgos) : []; $inversiones = $factfind->prioridad_riesgo_inversion ? explode(',',$factfind->prioridad_riesgo_inversion->inversion) : []; $years_ = $factfind->prioridad_riesgo_inversion ? $factfind->prioridad_riesgo_inversion->years : 0; @endphp
PRODUCIR UN INGRESO REGULAR
CRECER EL CAPITAL A MEDIANO PLAZO (+5 AÑOS)
CRECER EL CAPITAL A LARGO PLAZO (+10 AÑOS)
COMBINACIÓN DE INGRESO Y CRECIMIENTO (+{{$years_}} AÑOS)
RETIROS FUTUROS PLANEADOS
MENOS DE UN AÑO
ANTES DE 3 AÑOS
DESPUÉS DE 5 AÑOS
DESPUÉS DE 10 AÑOS
PRIORIDADES
PLANEACIÓN DE RETIRO
INVERSIONES
SEGURO DE VIDA
CTAS. DÉBITO
FONDO EDUCATIVO
FIDEICOMISOS
SEGURO GASTOS MÉDICOS
OTROS
NOTAS:
@if ($factfind->prioridad_riesgo_inversion) {{$factfind->prioridad_riesgo_inversion->notas_prioridades}} @else   @endif
NIVEL DE REIESGOS = VOLATILIDAD
ESTRATEGIA DE INVERSION ABC
AGRECIBO
DINÁMICO
BALANCEADO
MODERADO
CONSERVADOR
BAJO
5 @if (in_array('5', $inversiones)) @endif 4 @if (in_array('4', $inversiones)) @endif 3 @if (in_array('3', $inversiones)) @endif 2 @if (in_array('2', $inversiones)) @endif 1 @if (in_array('1', $inversiones)) @endif


CÁLCULO PARA EL RETIRO


OBJETIVO PARA EL RETIRO
@if ($factfind->calculo_retiro) $ {{number_format($factfind->calculo_retiro->objetivo_para_retiro,2)}} @else   @endif


INGRESO MENSUAL DESEADO
@if ($factfind->calculo_retiro && $factfind->calculo_retiro->ingreso_deseado) {{$factfind->calculo_retiro->ingreso_deseado}} @else $ 0.00 @endif
INGRESO MENSUAL FUTURO
@if ($factfind->calculo_retiro) $ {{number_format($factfind->calculo_retiro->ingreso_futuro,2)}} @else $ 0.00 @endif
INGRESO ANUAL FUTURO
@if ($factfind->calculo_retiro) @php $ingreso_mensual = $valor_inflacion * $factfind->calculo_retiro->ingreso_deseado; $ingreso_futuro_anual = $ingreso_mensual * 12; @endphp $ {{number_format($ingreso_futuro_anual,2)}} @else $ 0.00 @endif
APORTAIÓN VOLUNTARIA
@if ($factfind->calculo_retiro) $ {{number_format($factfind->calculo_retiro->aportacion_inicial,2)}} @else $ 0.00 @endif
AHORRO MENUSAL PROMEDIO
@if ($factfind->calculo_retiro) $ {{number_format($factfind->calculo_retiro->ahorro_mensual_promedio,2)}} @else $ 0.00 @endif
@if ($factfind->calculo_retiro) {{$factfind->calculo_retiro->edad}} @else   @endif
@if ($factfind->calculo_retiro) {{$factfind->calculo_retiro->tiempo_inversion}} AÑOS @else   @endif
@if ($factfind->calculo_retiro) {{$factfind->calculo_retiro->edad_final}} @else   @endif



REQUISITO PARA ENSEÑAR TU PLAN DE INVERSION A LA MEDIDA
requisitos && $factfind->requisitos->proyecciones) checked @endif> PROYECCIONES
@if($factfind->requisitos && $factfind->requisitos->valor_proyecciones) {{$factfind->requisitos->valor_proyecciones}} @else   @endif
requisitos && $factfind->requisitos->frecuencia_aporte) checked @endif> FRECUENCIA DEL APORTE @if($factfind->requisitos && $factfind->requisitos->valor_frecuencia_aporte) {{$factfind->requisitos->valor_frecuencia_aporte}} @else   @endif
requisitos && $factfind->requisitos->frecuencia_aporte) checked @endif> ADELANTAR FECHA DE INICIO @if($factfind->requisitos && $factfind->requisitos->valor_frecuencia_aporte) {{$factfind->requisitos->valor_frecuencia_aporte}} @else   @endif
requisitos && $factfind->requisitos->moneda == "USD") checked @endif> USD
requisitos && $factfind->requisitos->moneda == "EUR") checked @endif> EUR
requisitos && $factfind->requisitos->moneda == "GBP") checked @endif> GBP
requisitos && $factfind->requisitos->moneda == "OTRO") checked @endif> OTRO
requisitos && $factfind->requisitos->aumento_ahorros) checked @endif> AUMENTO DE AHORROS
requisitos && $factfind->requisitos->reducir_ahorros) checked @endif> REDUCIR AHORROS
requisitos && $factfind->requisitos->aportaciones_voluntarias) checked @endif> APORTACIONES VOLUNTARIAS
requisitos && $factfind->requisitos->suspender_temporalmente) checked @endif> SUSPENDER TEMPORALMENTE
requisitos && $factfind->requisitos->retiros_parciales) checked @endif> RETIROS PARCIALES
requisitos && $factfind->requisitos->internacional) checked @endif> INTERNACIONAL
requisitos && $factfind->requisitos->local) checked @endif> LOCAL
requisitos && $factfind->requisitos->deducir_impuestos) checked @endif> DEDUCIR IMPUESTOS
requisitos && $factfind->requisitos->crecimiento_libre_impuestos) checked @endif> CRECIMIENTO LIBRE IMPUESTOS
requisitos && $factfind->requisitos->proteccion) checked @endif> PROTECCION
requisitos && $factfind->requisitos->perfil_de_inversionista) checked @endif> PERFIL DE INVERSIONISTA
requisitos && $factfind->requisitos->abc_automatico) checked @endif> ABC AUTOMÁTICO


NOTAS:
@if($factfind->requisitos) {{$factfind->requisitos->notas}} @else   @endif


DECLARACIÓN DEL CLIENTE
DECLARO QUE ESTE ES UN REFLEJO VERDADERO DE MIS CIRCUNSTANCIAS PERSONALES Y FINANCIERAS. BASADO EN ESTA INFORMACIÓN AUTORIZO A MI ASESOR BUSCAR LAS OPCIONES MAS PERTINENTES A MI PERFIL Y ESTOY DE ACUERDO CON EL AVISO DE PRIVACIDAD EN NUESTRA PÁGINA WEB.
{{--

ANDRE
FECHA
ANDRE
--}}
@if ($factfind->firma) @endif
REFERIDOS

@if ($factfind->referidos) @foreach ($factfind->referidos as $item) @endforeach @endif
NOMBRE TEL No. COMPAÑIA UBICACIÓN
{{$item->nombres}} {{$item->apellidos}} {{$item->telefono}} {{$item->compania}} {{$item->ubicacion}}


{{trans('global.DISCLAIMER')}}

{{trans('global.texto_disclaimer')}}