mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01:00
26 lines
618 B
PHP
26 lines
618 B
PHP
@component('email.template.master', ['design' => 'light', 'settings' =>$settings])
|
|
|
|
@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
|
|
|
|
@if(!$whitelabel)
|
|
@slot('footer')
|
|
@component('email.components.footer', ['url' => 'https://invoiceninja.com', 'url_text' => '© InvoiceNinja'])
|
|
For any info, please visit InvoiceNinja.
|
|
@endcomponent
|
|
@endslot
|
|
@endif
|
|
@endcomponent |