@php app()->setLocale("en"); @endphp Hi
Date of second meeting: @if ($factfind->fecha_segunda_cita) {{date('m/d/Y',strtotime($factfind->fecha_segunda_cita))}} @endif

CONFIDENTIAL

CLIENT: {{$factfind->cliente->nombres}} {{$factfind->cliente->apellidos}}
Date of first meeting: @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
CELL. NO.
@if ($factfind->cliente->celular) {{$factfind->cliente->celular}} @else   @endif
BEST TIME TO CONTACT:
@if ($factfind->mejor_horario_contactar) {{$factfind->mejor_horario_contactar}} @else   @endif
EMAIL:
@if ($factfind->cliente->email) {{$factfind->cliente->email}} @else   @endif
# PLAN.
 
PERSONAL INFORMATION
NAME.
{{$factfind->cliente->nombres}} {{$factfind->cliente->apellidos}}
DATE OF BIRTH.
{{date('m-d-Y', strtotime($factfind->cliente->fecha_nacimiento))}}
NATIONALITY
{{$factfind->cliente->pais_titular->nombre}}


SPOUSE
@if ($factfind->cliente->nombres_conyuge) {{$factfind->cliente->nombres_conyuge}} {{$factfind->cliente->apellidos_conyuge}} @else   @endif
DATE OF BIRTH
@if ($factfind->cliente->fecha_nacimiento_conyuge) {{date('m-d-Y', strtotime($factfind->cliente->fecha_nacimiento_conyuge))}} @else   @endif
NATIONALITY
@if ($factfind->cliente->pais_conyuge) {{$factfind->cliente->pais_conyuge->nombre}} @else   @endif


@if (count($factfind->cliente->hijos)) @foreach ($factfind->cliente->hijos as $item) @endforeach
CHILDREN'S
NAMES AGES INITIAL CONTRIBUTION FROM CURRENT SAVINGS COSTS OF EDUCATION + COSTS OF LIVING (without inflation) COSTS OF EDUCATION + COSTS OF LIVING (with inflation) MONTHLY SAVINGS
{{$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)}}
@endif
EMPLOYMENT INFORMATION
POSITION
@if ($factfind->empleo && $factfind->empleo->cargo) {{$factfind->empleo->cargo}} @else   @endif
EMPLOYER
@if ($factfind->empleo && $factfind->empleo->empleador) {{$factfind->empleo->empleador}} @else   @endif


LAST COMPANY
@if ($factfind->empleo && $factfind->empleo->ultima_empresa) {{$factfind->empleo->ultima_empresa}} @else   @endif
SINCE
@if ($factfind->empleo && $factfind->empleo->trabaja_desde) {{$factfind->empleo->trabaja_desde}} @else   @endif


SALARY / NET MONTHLY INCOME
@if ($factfind->empleo && $factfind->empleo->salario_mensual) {{number_format($factfind->empleo->salario_mensual,2)}} @else   @endif
BONUSES / AGUINALDO
@if ($factfind->empleo && $factfind->empleo->bonos_aguinaldos) {{number_format($factfind->empleo->bonos_aguinaldos,2)}} @else   @endif


SPOUSE WORK
@if ($factfind->empleo && $factfind->empleo->cargo_conyuge) {{$factfind->empleo->cargo_conyuge}} @else   @endif
EMPLOYER
@if ($factfind->empleo && $factfind->empleo->empleador_conyuge) {{$factfind->empleo->empleador_conyuge}} @else   @endif


SALARY / NET MONTHLY INCOME
@if ($factfind->empleo && $factfind->empleo->salario_mensual_conyuge) {{number_format($factfind->empleo->salario_mensual_conyuge,2)}} @else   @endif
BONUSES / AGUINALDO
@if ($factfind->empleo && $factfind->empleo->bonos_aguinaldos_conyuge) {{number_format($factfind->empleo->bonos_aguinaldos_conyuge,2)}} @else   @endif
{{--

OTHER INCOME
ANDRE
--}}

@php $excedente_mensual = $factfind->total_ingresos() - $factfind->total_gastos(); @endphp
MONTH EXPENSES
Supermarket
@if ($factfind->gastos && $factfind->gastos->supermercado) {{$factfind->gastos->supermercado}} @else   @endif
Electricity/Water
@if ($factfind->gastos && $factfind->gastos->luz_agua) {{$factfind->gastos->luz_agua}} @else   @endif
Car
@if ($factfind->gastos && $factfind->gastos->transporte) {{$factfind->gastos->transporte}} @else   @endif
Mortgage
@if ($factfind->gastos && $factfind->gastos->hipoteca) {{$factfind->gastos->hipoteca}} @else   @endif
Personal care
@if ($factfind->gastos && $factfind->gastos->cuidado_personal) {{$factfind->gastos->cuidado_personal}} @else   @endif
Family Support
@if ($factfind->gastos && $factfind->gastos->ayuda_familiar) {{$factfind->gastos->ayuda_familiar}} @else   @endif
Food
@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
Insurance
@if ($factfind->gastos && $factfind->gastos->seguros) {{$factfind->gastos->seguros}} @else   @endif
Sport
@if ($factfind->gastos && $factfind->gastos->deporte) {{$factfind->gastos->deporte}} @else   @endif
Service
@if ($factfind->gastos && $factfind->gastos->servicios) {{$factfind->gastos->servicios}} @else   @endif
Other
@if ($factfind->gastos && $factfind->gastos->otros) {{$factfind->gastos->otros}} @else   @endif
School
@if ($factfind->gastos && $factfind->gastos->escuela) {{$factfind->gastos->escuela}} @else   @endif
Gasoline
@if ($factfind->gastos && $factfind->gastos->gasolina) {{$factfind->gastos->gasolina}} @else   @endif
Rent
@if ($factfind->gastos && $factfind->gastos->renta) {{$factfind->gastos->renta}} @else   @endif
Holidays
@if ($factfind->gastos && $factfind->gastos->vacaciones_esparcimiento) {{$factfind->gastos->vacaciones_esparcimiento}} @else   @endif
Loans
@if ($factfind->gastos && $factfind->gastos->prestamos) {{$factfind->gastos->prestamos}} @else   @endif
TOTAL: {{number_format($factfind->total_ingresos(),2)}} MONTHLY SURPLUS {{number_format($excedente_mensual,2)}}
@if ($factfind->propiedades) @foreach ($factfind->propiedades as $item) @endforeach @endif
PROPERTIES
Existing / Mortgage Term Value
{{$item->existente_hipoteca}} {{$item->plazo}} {{$item->valor}}
@if ($factfind->ahorros) @foreach ($factfind->ahorros as $item) @endforeach @endif
CURRENT SAVINGS
BANK Short Term Medium Term Long Term
{{$item->banco}} $ {{$item->corto_plazo}} $ {{$item->mediano_plazo}} $ {{$item->largo_plazo}}
@if ($factfind->prestamos_deudas) @foreach ($factfind->prestamos_deudas as $item) @endforeach @endif
LOANS / DEBTS
Type Debt time Value
{{$item->personal_tarjeta_credito}} {{$item->plazo}} $ {{$item->valor}}

EXISTING WEALTH
STOCKS
patrimonio_proteccion && $factfind->patrimonio_proteccion->acciones) checked @endif>
@if ($factfind->patrimonio_proteccion && $factfind->patrimonio_proteccion->acciones) {{$factfind->patrimonio_proteccion->valor_acciones}} @else   @endif


INVESTMENT FUND
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 OR RETIREMENT PLAN
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
EXISTING PROTECTION
LIFE INSURANCE
patrimonio_proteccion && $factfind->patrimonio_proteccion->segura_vida) checked @endif>


SUM ASSURED

@if ($factfind->patrimonio_proteccion && $factfind->patrimonio_proteccion->segura_vida) {{$factfind->patrimonio_proteccion->valor_cobertura_seguro_vida}} @else   @endif

MEDICAL EXPENSES
patrimonio_proteccion && $factfind->patrimonio_proteccion->gastos_medicos) checked @endif>


FAMILY COVERAGE
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>















Do you know another wealth adviser or insurance agent?

{{$factfind->patrimonio_proteccion && $factfind->patrimonio_proteccion->conoce_otro_asesor}}
INVESTMENT OBJECTIVES AND RISK PROFILE
@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) : []; $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
PRODUCE A REGULAR INCOME GROW CAPITAL IN THE MEDIUM TERM (+5 YEARS) GROW CAPITAL IN THE LONG TERM (+10 YEARS) COMBINATION OF INCOME AND GROWTH (+{{$years_}} YEARS)
PRIORITIES
RETIREMENT PLANNING INVESTMENTS LIFE INSURANCE BANK ACCOUNT $/€/£
EDUCATIONAL FUND TRUSTS MEDICAL EXPENSES INSURANCE OTHER
RISK LEVEL = VOLATILITY
@if (in_array('img_1', $riesgos)) @else @endif
5 YEARS
@if (in_array('img_2', $riesgos)) @else @endif
5 YEARS
@if (in_array('img_3', $riesgos)) @else @endif
5 YEARS
ABC INVESTMENT STRATEGY
DYNAMIC
AGGRESSIVE
MODERATE
BALANCED
LOW
CONSERVATIVE



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
CALCULATION FOR WITHDRAWAL


OBJECTIVE FOR WITHDRAWAL
@if ($factfind->calculo_retiro) $ {{number_format($factfind->calculo_retiro->objetivo_para_retiro,2)}} @else   @endif


DESIRED INCOME
@if ($factfind->calculo_retiro) $ {{number_format($factfind->calculo_retiro->ingreso_deseado,2)}} @else   @endif
FUTURE INCOME
@if ($factfind->calculo_retiro) $ {{number_format($factfind->calculo_retiro->ingreso_futuro,2)}} @else   @endif
VOLUNTARY CONTRIBUTION FROM THE BEGINNING
@if ($factfind->calculo_retiro) $ {{number_format($factfind->calculo_retiro->aportacion_inicial,2)}} @else   @endif



AVERAGE MENUSAL SAVINGS
@if ($factfind->calculo_retiro) $ {{number_format($factfind->calculo_retiro->ahorro_mensual_promedio,2)}} @else   @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



REQUIREMENT TO TEACH YOUR TAILORED INVESTMENT PLAN
requisitos && $factfind->requisitos->proyecciones) checked @endif> Projections
@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->adelantar_fecha_inicio) checked @endif> ADVANCE START DATE
@if($factfind->requisitos && $factfind->requisitos->valor_adelantar_fecha_inicio) {{$factfind->requisitos->valor_adelantar_fecha_inicio}} @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> OTHER
requisitos && $factfind->requisitos->aumento_ahorros) checked @endif> INCREASE SAVING
requisitos && $factfind->requisitos->reducir_ahorros) checked @endif> DECREASE SAVING
requisitos && $factfind->requisitos->aportaciones_voluntarias) checked @endif> VOLUNTARY LUMP SUMS
requisitos && $factfind->requisitos->suspender_temporalmente) checked @endif> SUSPEND TEMPORARILY requisitos && $factfind->requisitos->retiros_parciales) checked @endif> PARTIAL WITHDRAWALS
requisitos && $factfind->requisitos->internacional) checked @endif> INTERNATIONAL requisitos && $factfind->requisitos->local) checked @endif> LOCAL
requisitos && $factfind->requisitos->deducir_impuestos) checked @endif> TAX DEDUCTION requisitos && $factfind->requisitos->crecimiento_libre_impuestos) checked @endif> TAX FREE GROWTH
requisitos && $factfind->requisitos->proteccion) checked @endif> PROTECTION
requisitos && $factfind->requisitos->perfil_de_inversionista) checked @endif> INVESTMENT PROFILE requisitos && $factfind->requisitos->abc_automatico) checked @endif> AUTOMATIC ABC

CLIENT DECLARATION
I DECLARE THAT THIS IS A TRUE REFLECTION OF MY PERSONAL AND FINANCIAL CIRCUMSTANCES. BASED ON THIS INFORMATION, I AUTHORIZE MY ADVISOR TO SEARCH THE OPTIONS MOST RELEVANT TO MY PROFILE AND I AGREE WITH THE PRIVACY NOTICE ON THE WEBSITE.
{{--

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

@if ($factfind->referidos) @foreach ($factfind->referidos as $item) @endforeach @endif
NAME TEL No. COMPANY LOCATION
{{$item->nombres}} {{$item->apellidos}} {{$item->telefono}} {{$item->compania}} {{$item->ubicacion}}


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

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