| 
									
										
										
										
											2015-08-06 03:59:39 +08:00
										 |  |  | <input type="password" id="{{ $name }}" name="{{ $name }}" | 
					
						
							|  |  |  |        @if($errors->has($name)) class="neg" @endif | 
					
						
							|  |  |  |        @if(isset($placeholder)) placeholder="{{$placeholder}}" @endif | 
					
						
							| 
									
										
										
										
											2015-10-23 03:23:39 +08:00
										 |  |  |        @if(isset($tabindex)) tabindex="{{$tabindex}}" @endif | 
					
						
							| 
									
										
										
										
											2015-08-09 03:05:30 +08:00
										 |  |  |        @if(old($name)) value="{{ old($name)}}" @endif> | 
					
						
							| 
									
										
										
										
											2015-08-06 03:59:39 +08:00
										 |  |  | @if($errors->has($name)) | 
					
						
							|  |  |  |     <div class="text-neg text-small">{{ $errors->first($name) }}</div> | 
					
						
							|  |  |  | @endif |