mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01:00
b8d8f977cc
Removed fedeisas/laravel-mail-css-inliner
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
|