mirror of
				https://github.com/invoiceninja/invoiceninja.git
				synced 2025-10-31 14:57:32 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			473 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			473 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| @component('email.template.master', ['design' => 'light', 'settings' => $settings])
 | |
|     @slot('header')
 | |
|         @include('email.components.header', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png'])
 | |
|     @endslot
 | |
| 
 | |
|     <h1>Whoops, migration failed.</h1>
 | |
|     <p>Looks like your migration failed. Here's the error message:</p>
 | |
| 
 | |
|     <pre>
 | |
|         {!! $exception->getMessage() !!}
 | |
|         {!! $content !!}
 | |
|     </pre>
 | |
| @endcomponent
 |