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