{!! Form::hidden($name, '', array('id' => $id, 'class' => 'multiple-picker-values')) !!} {!! Form::label($id, ucfirst($label), array('class' => 'control-label')) !!} @if($allowInsert) @endif
{{ucfirst(trans("backend.unselected"))}}
    has($errorKey) ? ' data-toggle="tooltip" title="' . $errors->first($errorKey) . '"' : '' }}>
    {{ucfirst(trans("backend.selected"))}}
      @if(!empty($info)) {{ $info }} @endif