mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 08:17:32 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			175 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			175 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @if(!is_array($header))
 | |
| {!! strip_tags($header) !!}
 | |
| @endisset
 | |
| 
 | |
| {!! strip_tags($slot) !!}
 | |
| @isset($subcopy)
 | |
| 
 | |
| {!! strip_tags($subcopy) !!}
 | |
| @endisset
 | |
| 
 | |
| {!! strip_tags($footer) !!}
 |