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