mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 19:37:32 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			8 lines
		
	
	
		
			135 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			135 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
@if (count($errors))
 | 
						|
    @foreach ($errors as $error)
 | 
						|
        <p>{{ $error }}</p>
 | 
						|
    @endforeach
 | 
						|
@else
 | 
						|
    There are no errors
 | 
						|
@endif
 |