2020-02-27 07:29:40 +01:00
|
|
|
@component('email.template.master', ['design' => 'light'])
|
2020-02-17 10:37:44 +01:00
|
|
|
|
|
|
|
@slot('header')
|
2020-02-27 07:29:40 +01:00
|
|
|
@component('email.components.header', ['p' => '', 'logo' => $url])
|
|
|
|
@lang('texts.download')
|
2020-02-24 11:15:30 +01:00
|
|
|
@endcomponent
|
2020-02-27 07:29:40 +01:00
|
|
|
|
2020-02-17 10:37:44 +01:00
|
|
|
@endslot
|
|
|
|
|
2020-02-27 07:29:40 +01:00
|
|
|
@slot('greeting')
|
|
|
|
@endslot
|
2020-02-17 10:37:44 +01:00
|
|
|
|
2020-02-27 07:29:40 +01:00
|
|
|
@lang('texts.download_timeframe')
|
2020-02-24 11:15:30 +01:00
|
|
|
|
|
|
|
@slot('signature')
|
2020-02-27 07:29:40 +01:00
|
|
|
InvoiceNinja (contact@invoiceninja.com)
|
2020-02-17 10:37:44 +01:00
|
|
|
@endslot
|
|
|
|
|
2020-02-24 11:15:30 +01:00
|
|
|
@slot('footer')
|
|
|
|
@component('email.components.footer', ['url' => 'https://invoiceninja.com', 'url_text' => '© InvoiceNinja'])
|
|
|
|
For any info, please visit InvoiceNinja.
|
|
|
|
@endcomponent
|
|
|
|
@endslot
|
|
|
|
|
|
|
|
@endcomponent
|