mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 20:37:29 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			98 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			98 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
{!! $title !!}
 | 
						|
 | 
						|
@isset($body)
 | 
						|
{!! $body !!}
 | 
						|
@endisset
 | 
						|
 | 
						|
@isset($content)
 | 
						|
{!! $content !!}
 | 
						|
@endisset |