{!! Form::hidden($name, '', array('id' => $id, 'class' => 'multiple-picker-values')) !!} {!! Form::label($id, ucfirst($label), array('class' => 'control-label')) !!} @if($allowInsert && $enabled) @endif
has($errorKey) ? ' data-toggle="tooltip" title="' . $errors->first($errorKey) . '"' : '' }}>
{!! Form::text($name . '_search', null, array( 'id' => $id . '_search', 'class' => 'form-control multiple-picker-search-field', 'maxlength' => '150', 'placeholder' => ucfirst(Lang::get('backend.search')), 'disabled' => $enabled ? null : 'disabled')) !!}
    @if(!empty($info)) {{ $info }} @endif