@include('surveys.partials.form_input', [
'input_name' => 'client',
'text' => 'Cliente'
])
@include('surveys.partials.form_input', [
'input_name' => 'document',
'text' => 'Documento'
])
@include('surveys.partials.form_input', [
'input_name' => 'segment',
'text' => 'Segmento'
])
@include('surveys.partials.form_input', [
'input_name' => 'model',
'text' => 'Modelo'
])
@include('surveys.partials.form_input', [
'input_name' => 'jupiter',
'text' => 'Oficial de Júpiter'
])
@include('surveys.partials.form_input', [
'input_name' => 'date',
'text' => 'Fecha'
])
@include('surveys.partials.form_input', [
'input_name' => 'time',
'text' => 'Hora'
])
@include('surveys.partials.form_input', [
'input_name' => 'extension',
'text' => 'Extensión'
])
@include('surveys.partials.form_input', [
'input_name' => 'duration',
'text' => 'Duración'
])
@include('surveys.partials.form_input', [
'input_name' => 'employee_number',
'text' => 'Ejecutivo (Número de empleado)'
])
@include('surveys.partials.form_input', [
'input_name' => 'manager',
'text' => 'Gerente'
])