mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 13:42:49 +01:00
15 lines
524 B
PHP
15 lines
524 B
PHP
@component('email.template.master', ['design' => 'light'])
|
|
@slot('header')
|
|
@include('email.components.header', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png'])
|
|
@endslot
|
|
|
|
<p>Hello,</p>
|
|
|
|
<p>Connecting bank accounts require verification. Stripe will automatically sends two
|
|
small deposits for this purpose. These deposits take 1-2 business days to appear on the customer's online
|
|
statement.
|
|
</p>
|
|
|
|
<p>Thank you!</p>
|
|
@endcomponent
|