mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-10-31 22:39:08 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
	
		
			330 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
	
		
			330 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <div class="input-group">
 | |
|     <div class="input-group-prepend"><span class="input-group-text">{{$title}}</span></div>
 | |
|     <input type="number" name="{{$name}}" class="form-control" min="{{$min ?? 0}}" max="{{$max ?? 99999}}"
 | |
|            step="{{$step ?? 1}}" value="{{$value ?? ''}}" {{(isset($required))? 'required': ''}}>
 | |
| </div>
 |