mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 01:37:33 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
		
			192 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			192 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
<div class="checkbox">
 | 
						|
    <label for="{{ $field }}" class="">
 | 
						|
        <input value="1" id="{{ $field }}" type="checkbox" name="{{ $field }}">{{ trans("texts.{$field}") }}
 | 
						|
    </label>
 | 
						|
</div>
 |