Voz del Cliente
@include('surveys.partials.form_select', [ 'input_name' => 'voz_comentario', 'text' => '¿Algun comentario en Voz del Cliente?', 'options' => [ 'Sí', 'No' ], 'ponderation' => null, ])
@include('surveys.partials.form_select', [ 'input_name' => 'voz_tema_agrada', 'text' => 'Tema', 'options' => [ 'Atención de sucursal', 'Atención del Contact Center', 'El seguimiento', 'Los productos', 'Trato y amabilidad' ], 'ponderation' => null, ]) @include('surveys.partials.form_textarea', [ 'input_name' => 'voz_tema_agrada_description', 'text' => 'Descripcion', 'one_line' => true, ])
@include('surveys.partials.form_select', [ 'input_name' => 'voz_tema_desagrada', 'text' => 'Tema', 'options' => [ 'Asesoramiento erróneo', 'Atención de sucursal', 'Atención del Contact center', 'Colocación dolosa del producto', 'Falla en el sistema', 'Falta de seguimiento', 'Lentitud en el servicio', 'Llamadas de cobranza', 'Llamadas de ventas', 'Negación del servicio', 'Omisión de información', 'Ventana de servicios' ], 'ponderation' => null, ]) @include('surveys.partials.form_textarea', [ 'input_name' => 'voz_tema_desagrada_description', 'text' => 'Descripcion', 'one_line' => true, ])