mirror of
				https://github.com/cp6/my-idlers.git
				synced 2025-10-31 14:29:09 +00:00 
			
		
		
		
	
		
			
	
	
		
			6 lines
		
	
	
	
		
			330 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
		
		
			
		
	
	
			6 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> |