{!! Form::select("question[".$question['id']."][]", $drillingAuxiliars, isset($answer) ? json_decode($answer->pivot->answer) : null, [ 'class' => 'form-control selectpicker especialdrop', 'title' => trans('general.seleccioneEl') . ' ' . trans('labels.auxiliarDePerforacion'), 'data-actions-box' => 'true', 'multiple' => 'multiple', 'data-deselect-all-text' => trans('general.ninguno'), 'data-select-all-text' => trans('general.seleccionarTodo'), 'id' => $question['id'], 'data-live-search' => 'true', ]) !!}