@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

Whoops, migration failed for {{ $company->present()->name() }}.

Looks like your migration failed. Here's the error message:

    	@if(\App\Utils\Ninja::isSelfHost())
	        {!! $exception->getMessage() !!}
            {!! $content !!}
    	@else
        

Please contact us at contact@invoiceninja.com for more information on this error.

@endif
@endcomponent