@if(isset($language))
@else
@endif {!! Form::label($id, ucfirst($label), array('class' => 'control-label')) !!}
{!! Form::text($name, $value, array( 'id' => $id, 'class' => 'form-control' . (isset($language) && $language == $defaultLang ? ' default-lang' : ''), 'data-toggle' => (isset($errors) && $errors->has($errorKey) ? 'tooltip': null), 'title' => (isset($errors) && $errors->has($errorKey) ? $errors->first($errorKey): null), 'disabled' => $enabled ? null : 'disabled' )) !!}
@if(!empty($info)) {{ $info }} @endif