@extends('layout.sidebar') @section('content')

* Campos obligatorios

{{ Form::open(array('url' => 'webAdmission/economic-solvency', 'method' => 'POST', 'id' => 'frmEconomicSolvency')) }}

Información Domiciliaria

{{Form::select('selectHomeType',$homeTypes,$aspirant_guardian_address->home_type_gda==null ? '':$aspirant_guardian_address->home_type_gda, ['class' => 'form-control','id'=>'selectHomeType'])}}
Tarjeta de crédito 1
{{Form::label('lblCreditCard1', 'Tarjeta')}}* {{Form::select('selectCreditCard1',$creditCards,isset($creditCardGuardian1)?$creditCardGuardian1->serial_ccd:'', ['class' => 'form-control','id'=>'selectCreditCard1'])}}
{{Form::label('lblCreditCard1', 'Banco Emisor')}}* {{Form::select('selectFinancialInstitution1',$financialInstitutions,isset($creditCardGuardian1)?$creditCardGuardian1->serial_fin:'', ['class' => 'form-control'])}}
Tarjeta de crédito 2
{{Form::label('lblCreditCard2', 'Tarjeta')}} {{Form::select('selectCreditCard2',$creditCards,isset($creditCardGuardian2)?$creditCardGuardian2->serial_ccd:'', ['class' => 'form-control','id'=>'selectCreditCard2'])}}
{{Form::label('lblCreditCard2', 'Banco Emisor')}} {{Form::select('selectFinancialInstitution2',$financialInstitutions,isset($creditCardGuardian2)?$creditCardGuardian2->serial_fin:'', ['class' => 'form-control'])}}
Cuenta bancaria 1
{{Form::label('lblBankAccountType1', 'Cuenta')}} {{Form::select('selectBankAccountType1',$bankAccountTypes,isset($accountGuardian1)?$accountGuardian1->type_account_caag:'', ['class' => 'form-control'])}}
{{Form::label('lblBankType1', 'Banco')}} {{Form::select('selectBankType1',$financialInstitutions,isset($accountGuardian1)?$accountGuardian1->serial_fin:'', ['class' => 'form-control'])}}
Cuenta bancaria 2
{{Form::label('lblBankAccountType2', 'Cuenta')}} {{Form::select('selectBankAccountType2',$bankAccountTypes,isset($accountGuardian2)?$accountGuardian2->type_account_caag:'', ['class' => 'form-control'])}}
{{Form::label('lblBankType2', 'Banco')}} {{Form::select('selectBankType2',$financialInstitutions,isset($accountGuardian2)?$accountGuardian2->serial_fin:'', ['class' => 'form-control'])}}
Descripción de Activos o Bienes

Propiedad 1

{{Form::label('lblHomeType1', 'Tipo de propiedad')}}* {{Form::select('selectTypeProperty1',$typeProperty,isset($propertyGuardian1)?$propertyGuardian1->type_property_agp:'', ['class' => 'form-control'])}}
{{Form::label ('lblMortgage1', 'Hipotecado')}}* {{Form::select('selectMortgage1',$mortgage_agp,isset($propertyGuardian1)?$propertyGuardian1->mortgage_agp:'', ['class' => 'form-control'])}}
{{Form::label('lblLocation1', 'Ubicación Referencial')}} {{Form::text('textLocation1',isset($propertyGuardian1)?$propertyGuardian1->location_agp:'',array('class'=>'form-control'))}}

Propiedad 2

{{Form::label('lblPropertyType2','Tipo de propiedad')}} {{Form::select('selectTypeProperty2',$typeProperty,isset($propertyGuardian2)?$propertyGuardian2->type_property_agp:'', ['class' => 'form-control'])}}
{{Form::label('lblMortgage2','Hipotecado')}} {{Form::select('selectMortgage2',$mortgage_agp,isset($propertyGuardian2)?$propertyGuardian2->mortgage_agp:'', ['class' => 'form-control'])}}
{{Form::label('lblOtherLocation2','Ubicación')}} {{Form::text('txtOtherLocation2',isset($propertyGuardian2)?$propertyGuardian2->location_agp:'',array('class'=>'form-control'))}}

Vehículo 1

{{Form::label('lblBrandVehicle1','Marca y Modelo')}} {{Form::text('txtBrandVehicle1',isset($vehicleGuardian1)?$vehicleGuardian1->brand_model_vehicle_agp:'',array('class'=>'form-control'))}}
{{Form::label('lblYearVehicle1','Año')}}
{{Form::label('lblGarmentVehicle1','Este vehículo se encuentra prendado')}} {{Form::select('selectGarmentVehicle1',$garment_vehicle_agp,isset($vehicleGuardian1)?$vehicleGuardian1->garment_vehicle_agp:'', ['class' => 'form-control'])}}

Vehículo 2

{{Form::label('lblBrandVehicle2','Marca y Modelo')}} {{Form::text('txtBrandVehicle2',isset($vehicleGuardian2)?$vehicleGuardian2->brand_model_vehicle_agp:'',array('class'=>'form-control'))}}
{{Form::label('lblYearVehicle2','Año')}}
{{Form::label('lblGarmentVehicle2','Este vehículo se encuentra prendado')}} {{Form::select('selectGarmentVehicle2',$garment_vehicle_agp,isset($vehicleGuardian2)?$vehicleGuardian2->garment_vehicle_agp:'', ['class' => 'form-control'])}}
{{Form::hidden('hdnSerialAspirantGuardian',$guardian->serial_asgu)}} @if($guardian->relationship_asstu=='FATHER')
Actividad Laboral del Padre o Representante Legal
{{Form::label('lblPrivate','Privada')}}* {{Form::select('selectPrivateActivity',$private_activity_asgu,isset($guardian->private_activity_asgu)?$guardian->private_activity_asgu:'', ['class' => 'form-control'])}}
{{Form::label('lblDependencyRelation','Relación de dependencia')}} {{Form::select('selectDependencyRelation',$dependency_relation_asgu,isset($guardian->dependency_relation_asgu)?$guardian->dependency_relation_asgu:'', ['class' => 'form-control'])}}
{{Form::label('lblAfiliate','Afiliado al IESS')}}* {{Form::select('selectAfiliate',$afiliate_asgu,isset($guardian->afiliate_asgu)?$guardian->afiliate_asgu:'', ['class' => 'form-control'])}}
{{Form::label('lblPersonalReferences', 'Referencias Personales (Nombre de la persona)')}} {{Form::text('txtPersonalReferences',$guardian->personal_reference_asgu==null?null:$guardian->personal_reference_asgu,array('class'=>'form-control'))}}
@else
Actividad Laboral de la Madre o Representante Legal
{{Form::label('lblPrivate1','Privada')}}* {{Form::select('selectPrivateActivity',$private_activity_asgu,isset($guardian->private_activity_asgu)?$guardian->private_activity_asgu:'', ['class' => 'form-control'])}}
{{Form::label('lblDependencyRelation','Relación de dependencia')}} {{Form::select('selectDependencyRelation',$dependency_relation_asgu,isset($guardian->dependency_relation_asgu)?$guardian->dependency_relation_asgu:'', ['class' => 'form-control'])}}
{{Form::label('lblAfiliate','Afiliado al IESS')}}* {{Form::select('selectAfiliate',$afiliate_asgu,isset($guardian->afiliate_asgu)?$guardian->afiliate_asgu:'', ['class' => 'form-control'])}}
{{Form::label('lblPersonalReferences', 'Referencias Personales (Nombre de la persona)')}} {{Form::text('txtPersonalReferences',$guardian->personal_reference_asgu==null?null:$guardian->personal_reference_asgu,array('class'=>'form-control'))}}
@endif @if($otherGuardian!=null) {{Form::hidden('hdnOtherSerialAspirantGuardian',$otherGuardian->serial_asgu)}} @if($otherGuardian->relationship_asstu=='FATHER')
Actividad Laboral de la Madre o Representante Legal
{{Form::label('lblOtherPrivateActivity','Privada')}}* {{Form::select('selectOtherPrivateActivity',$private_activity_asgu,isset($otherGuardian->private_activity_asgu)?$otherGuardian->private_activity_asgu:'', ['class' => 'form-control'])}}
{{Form::label('lblOtherDependencyRelation','Relación de dependencia')}} {{Form::select('selectOtherDependencyRelation',$dependency_relation_asgu,isset($otherGuardian->dependency_relation_asgu)?$OtherGuardian->dependency_relation_asgu:'', ['class' => 'form-control'])}}
{{Form::label('lblOtherAfiliate','Afiliado al IESS')}}* {{Form::select('selectOtherAfiliate',$afiliate_asgu,isset($otherGuardian->afiliate_asgu)?$otherGuardian->afiliate_asgu:'', ['class' => 'form-control'])}}
{{Form::label('lblOtherPersonalReferences', 'Referencias Personales (Nombre de la persona)')}} {{Form::text('txtOtherPersonalReferences',$otherGuardian->personal_reference_asgu==null?null:$otherGuardian->personal_reference_asgu,array('class'=>'form-control'))}}
@else
Actividad Laboral de la Madre o Representante Legal
{{Form::label('lblOtherPrivateActivity','Privada')}}* {{Form::select('selectOtherPrivateActivity',$private_activity_asgu,isset($otherGuardian->private_activity_asgu)?$otherGuardian->private_activity_asgu:'', ['class' => 'form-control'])}}
{{Form::label('lblOtherDependencyRelation','Relación de dependencia')}} {{Form::select('selectOtherDependencyRelation',$dependency_relation_asgu,isset($otherGuardian->dependency_relation_asgu)?$otherGuardian->dependency_relation_asgu:'', ['class' => 'form-control'])}}
{{Form::label('lblOtherAfiliate','Afiliado al IESS')}}* {{Form::select('selectOtherAfiliate',$afiliate_asgu,isset($otherGuardian->afiliate_asgu)?$otherGuardian->afiliate_asgu:'', ['class' => 'form-control'])}}
{{Form::label('lblOtherPersonalReferences', 'Referencias Personales (Nombre de la persona)')}} {{Form::text('txtOtherPersonalReferences',$otherGuardian->personal_reference_asgu==null?null:$otherGuardian->personal_reference_asgu,array('class'=>'form-control'))}}
@endif @endif {{ Form::submit('Siguiente', array('class' => 'btn btn-default btn-primary btn-block')) }}
{{Form::close()}} {{HTML::script('js/webAdmission/economicSolvency.js')}}
@stop()