@if ($filtros['#'])
| {{ $key + 1 }} |
@endif
@if ($filtros['filtro_codigo'])
{{ $item->servicio_id }} |
@endif
@if ($filtros['filtro_nombre'])
{{ $item->servicio_nombre }} |
@endif
@if ($filtros['filtro_descripcion'])
{{ $item->servicio_descripcion }} |
@endif
@if ($filtros['filtro_servicio_tipo'])
@endif
@if ($filtros['filtro_servicio_cuota'])
₡{{ number_format($item->servicio_valor, 2, '.', ',') }} |
@endif
@if ($filtros['filtro_incluye_lote'])
{{ $item->servicio_lote_aplica == 1 ? 'SI' : 'NO' }} |
@endif
{{ $item->servicio_mantenimiento_aplica == 1 ? 'SI' : 'NO' }} |
{{ $item->servicio_financiacion_aplica == 1 ? 'SI' : 'NO' }} |
{{ $item->servicio_finacniacion_aplica_pago_inicial == 1 ? 'SI' : 'NO' }} |
{{-- {{$item->servicio_financiacion_porcentaje_interes}} | --}}{{-- Validar --}}
{{-- {{$item->servicio_financiacion_porcentaje_interes}} | --}}
{{ $item->servicio_financiacion_valor_fijo == 1 ? 'SI' : 'NO' }} |
{{ $item->servicio_interes_mora_aplica == 1 ? 'SI' : 'NO' }} |
{{ $item->servicio_apertura_aplica == 1 ? 'SI' : 'NO' }} |
{{ $item->servicio_conyuge_aplica == 1 ? 'SI' : 'NO' }} |
₡{{ number_format($item->servicio_conyuge_valor_base, 2, '.', ',') }} |
{{ $item->servicio_hijos_aplica == 1 ? 'SI' : 'NO' }} |
₡{{ number_format($item->servicio_hijos_valor_base, 2, '.', ',') }} |
{{ $item->servicio_padres_aplica == 1 ? 'SI' : 'NO' }} |
₡{{ number_format($item->servicio_padres_valor_base, 2, '.', ',') }} |
{{ $item->servicio_hermanos_aplica == 1 ? 'SI' : 'NO' }} |
₡{{ number_format($item->servicio_hermanos_valor_base, 2, '.', ',') }} |
{{ $item->servicio_otros_aplica == 1 ? 'SI' : 'NO' }} |
₡{{ number_format($item->servicio_otros_valor_base, 2, '.', ',') }} |
{{ $item->servicio_poliza_aplica == 1 ? 'SI' : 'NO' }} |
{{ $item->servicio_poliza_envalor == 1 ? 'SI' : 'NO' }} |
{{ $item->servicio_descuenta_saldo == 1 ? 'SI' : 'NO' }} |
{{ $item->servicio_debe_asociar == 1 ? 'SI' : 'NO' }} |
{{ $item->servicio_esprogramable == 1 ? 'SI' : 'NO' }} |
@php
$tiposervicio = $controlador->getProductTypeList($item->servicio_producto_tipo);
@endphp
{{ $tiposervicio }} |
@if ($filtros['filtro_impuesto'])
@if ($item->impuesto != '')
{{ $item->impuesto->impuesto_porcentaje }}
@else
(no definido)
@endif
|
@endif
@if ($filtros['filtro_incluye_impuesto'])
@if ($item->servicio_impuesto_incluido == 1)
SI
@else
NO
@endif
|
@endif
@if ($filtros['filtro_estado'])
@if ($item->servicio_estado == 1)
Activo
@else
Inactivo
@endif
|
@endif
@endforeach