mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-04 06:07:33 -05:00 
			
		
		
		
	Add last error to head
This commit is contained in:
		
							parent
							
								
									bd40cb8e1e
								
							
						
					
					
						commit
						c062b2b664
					
				@ -7,6 +7,9 @@
 | 
				
			|||||||
    <!-- Authenticated: {{ Auth::check() ? 'Yes' : 'No' }} -->
 | 
					    <!-- Authenticated: {{ Auth::check() ? 'Yes' : 'No' }} -->
 | 
				
			||||||
    <!-- Server: {{ session(SESSION_DB_SERVER, 'Unset') }} -->
 | 
					    <!-- Server: {{ session(SESSION_DB_SERVER, 'Unset') }} -->
 | 
				
			||||||
    @endif
 | 
					    @endif
 | 
				
			||||||
 | 
					    @if (Session::has('error'))
 | 
				
			||||||
 | 
					        <!-- Error: {{ Session::get('error') }} -->
 | 
				
			||||||
 | 
					    @endif
 | 
				
			||||||
    <meta charset="utf-8">
 | 
					    <meta charset="utf-8">
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    @if (Utils::isWhiteLabel() && ! auth()->check())
 | 
					    @if (Utils::isWhiteLabel() && ! auth()->check())
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user