mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-13 14:42:42 +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
539 B
PHP
25 lines
539 B
PHP
@component('email.components.layout')
|
|
|
|
@slot('header')
|
|
@component('email.components.header', ['p' => ''])
|
|
@lang($title)
|
|
@endcomponent
|
|
@endslot
|
|
|
|
@lang($message)
|
|
|
|
@component('email.components.button', ['url' => $url])
|
|
@lang($button)
|
|
@endcomponent
|
|
|
|
@slot('signature')
|
|
{{ $signature }}
|
|
@endslot
|
|
|
|
@slot('footer')
|
|
@component('email.components.footer', ['url' => 'https://invoiceninja.com', 'url_text' => '© InvoiceNinja'])
|
|
For any info, please visit InvoiceNinja.
|
|
@endcomponent
|
|
@endslot
|
|
|
|
@endcomponent |