{{ Form::hidden('serial_scy',$serial_scy,array('id' => 'serial_scy','class' => 'property-data')) }} @foreach($serial_std as $std) {{ Form::hidden('serial_std[]',$std,array('id' => 'serial_std_'.$std,'class' => 'property-data')) }} @endforeach {{ Form::hidden('serial_ech',$infoEconomicHelp['serial_ech'],array('id' => 'serial_ech','class' => 'property-data')) }} {{ Form::token() }}

5. Propiedades

@foreach($guardians as $key => $guardian)
Bienes inmuebles {{($guardian->relationship_stg == 'FATHER' ? 'del padre' : 'de la madre')}}
{{ Form::hidden($guardian->serial_usr.'[serial_grd]',$guardian->serial_grd,array('id' => 'serial_grd'.$guardian->serial_usr,'class' => 'property-data')) }}
AVALÚO
Casa {{Form::text($guardian->serial_usr.'[value_house_geh]', $guardian->value_house_geh, ['id' => 'value_house_geh'.$guardian->serial_usr, 'class' => 'form-control property-data value_house_geh'])}}
Departamentos {{Form::text($guardian->serial_usr.'[value_deparment_geh]', $guardian->value_deparment_geh, ['id' => 'value_deparment_geh'.$guardian->serial_usr, 'class' => 'form-control property-data value_deparment_geh'])}}
Terrenos {{Form::text($guardian->serial_usr.'[grand_land_geh]', $guardian->grand_land_geh, ['id' => 'grand_land_geh'.$guardian->serial_usr, 'class' => 'form-control property-data grand_land_geh'])}}
Ubicación {{Form::text($guardian->serial_usr.'[ubication_property_geh]', $guardian->ubication_property_geh, ['id' => 'ubication_property_geh'.$guardian->serial_usr, 'class' => 'form-control property-data ubication_property_geh'])}}
Hipotecados {{Form::text($guardian->serial_usr.'[porperty_mortgaged_geh]', $guardian->porperty_mortgaged_geh, ['id' => 'porperty_mortgaged_geh'.$guardian->serial_usr, 'class' => 'form-control property-data porperty_mortgaged_geh'])}}
@endforeach @foreach($guardians as $key => $guardian)
Vehículos {{($guardian->relationship_stg == 'FATHER' ? 'del padre' : 'de la madre')}}
{{ Form::hidden($guardian->serial_usr.'[serial_grd]',$guardian->serial_grd,array('id' => 'serial_grd'.$guardian->serial_usr,'class' => 'property-data')) }}
AVALÚO
Marca {{Form::text($guardian->serial_usr.'[brand_vehicle_geh]', $guardian->brand_vehicle_geh, ['id' => 'brand_vehicle_geh'.$guardian->serial_usr, 'class' => 'form-control property-data brand_vehicle_geh'])}}
Placa {{Form::text($guardian->serial_usr.'[plate_vehicle_geh]', $guardian->plate_vehicle_geh, ['id' => 'plate_vehicle_geh'.$guardian->serial_usr, 'class' => 'form-control property-data plate_vehicle_geh'])}}
Valor comercial {{Form::text($guardian->serial_usr.'[value_vehicle_geh]', $guardian->value_vehicle_geh, ['id' => 'value_vehicle_geh'.$guardian->serial_usr, 'class' => 'form-control property-data value_vehicle_geh'])}}
Otros vehículos {{Form::text($guardian->serial_usr.'[other_vechicle_geh]', $guardian->other_vechicle_geh, ['id' => 'other_vechicle_geh'.$guardian->serial_usr, 'class' => 'form-control property-data other_vechicle_geh'])}}
@endforeach
{{HTML::script('js/economicHelp/load/propertyForm.js')}}