mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 07:07:31 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			334 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			334 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| {!! ctrans('texts.migration_failed_label') !!}
 | |
| 
 | |
| {!! ctrans('texts.migration_failed') !!} {!! $company->present()->name() !!}
 | |
| 
 | |
| @if(\App\Utils\Ninja::isSelfHost() || $is_system)
 | |
|     {!! $exception->getMessage() !!}
 | |
|     {!! $content !!}
 | |
| @else
 | |
|     Please contact us at contact@invoiceninja.com for more information on this error.
 | |
| @endif
 | |
| 
 |