mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-06 03:02:34 +01:00
9ac66661ba
* Fixes for tests * payment
25 lines
565 B
PHP
25 lines
565 B
PHP
@component('email.template.master', ['design' => 'light'])
|
|
|
|
@slot('header')
|
|
@component('email.components.header', ['p' => '', 'logo' => $url])
|
|
@lang('texts.download')
|
|
@endcomponent
|
|
|
|
@endslot
|
|
|
|
@slot('greeting')
|
|
@endslot
|
|
|
|
@lang('texts.download_timeframe')
|
|
|
|
@slot('signature')
|
|
InvoiceNinja (contact@invoiceninja.com)
|
|
@endslot
|
|
|
|
@slot('footer')
|
|
@component('email.components.footer', ['url' => 'https://invoiceninja.com', 'url_text' => '© InvoiceNinja'])
|
|
For any info, please visit InvoiceNinja.
|
|
@endcomponent
|
|
@endslot
|
|
|
|
@endcomponent |