mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 21:21:09 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			221 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			221 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @if ($invoice->notes != '' && $invoice->notes != null)
 | |
|     <div class="notes">
 | |
|         <div class="notes-label">
 | |
|             Notes
 | |
|         </div>
 | |
|         {!! nl2br(htmlspecialchars($invoice->notes)) !!}
 | |
|     </div>
 | |
| @endif
 |