{{ Form::label($id, ucfirst($label), array('class' => 'control-label')) }} @if($allowInsert) @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