{!! html()->hidden($name)->value('')->attributes(['id' => $id, 'class' => 'multiple-picker-values']) !!} {!! html()->label(ucfirst($label))->for($id)->attributes(['class' => 'control-label']) !!} @if($allowInsert) @endif
{{ucfirst(trans("backend.unselected"))}}
    {{ucfirst(trans("backend.selected"))}}
      @if(!empty($info)) {{ $info }} @endif