mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 15:47:32 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			329 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			329 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @extends('public.header')
 | |
| 
 | |
| @section('content')
 | |
| 
 | |
| <p> <p>
 | |
| <p> <p>
 | |
| 
 | |
| <div class="well">
 | |
|   <div class="container" style="min-height:400px">
 | |
|   <h3>Something went wrong...</h3>
 | |
|   <h4>{{ $error }}</h4>
 | |
|   <h4>If you'd like help please email us at {{ env('MAIL_USERNAME') }}.</h4>
 | |
| </div>
 | |
| </div>
 | |
| 
 | |
| <p> <p>
 | |
| <p> <p>
 | |
| 
 | |
| @stop
 |