mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-05 18:52:44 +01:00
3d31f810c0
* Working on importing company gateways * Fix for companyuser settings object * Migrate client_gateway_tokens * Working on Notificaitons * Working on notifications * Failsafe for user-company * unlink files * Set DB for jobs * Always have a fallback for company_id * Fixes for user model * Formatting for MultiDB * Working on Company Ledger Tests * Fixes for contact request * Set Invitations as a default include for invoices
25 lines
615 B
PHP
25 lines
615 B
PHP
@component('email.components.layout')
|
|
|
|
@slot('header')
|
|
@component('email.components.header', ['p' => ''])
|
|
<img src="{{ $logo }}" alt="Company Logo" style="display: block">
|
|
@endcomponent
|
|
@endslot
|
|
|
|
@lang('texts.download_timeframe')
|
|
|
|
@component('email.components.button', ['url' => $url])
|
|
@lang('texts.download')
|
|
@endcomponent
|
|
|
|
@slot('signature')
|
|
InvoiceNinja
|
|
@endslot
|
|
|
|
@slot('footer')
|
|
@component('email.components.footer', ['url' => 'https://invoiceninja.com', 'url_text' => '© InvoiceNinja'])
|
|
For any info, please visit InvoiceNinja.
|
|
@endcomponent
|
|
@endslot
|
|
|
|
@endcomponent |