mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-11-03 20:57:32 -05: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
 | 
						|
 |