has($name)) class="neg" @endif @if(isset($placeholder)) placeholder="{{$placeholder}}" @endif @if(isset($tabindex)) tabindex="{{$tabindex}}" @endif @if(old($name)) value="{{ old($name)}}" @endif> @if($errors->has($name))
{{ $errors->first($name) }}
@endif