2021-01-19 11:05:47 +01:00
|
|
|
@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
|
2020-04-28 01:50:54 +02:00
|
|
|
|
2021-01-19 11:05:47 +01:00
|
|
|
<h1>Payment for your invoice has been completed!</h1>
|
|
|
|
<p>We want to inform you that payment was completed for your invoice.</p>
|
2020-04-28 01:50:54 +02:00
|
|
|
|
2021-01-19 11:05:47 +01:00
|
|
|
<a href="https://invoiceninja.com" target="_blank" class="button">Visit Invoice Ninja</a>
|
2020-04-28 01:50:54 +02:00
|
|
|
@endcomponent
|