mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-14 15:13:29 +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
44 lines
1.1 KiB
PHP
44 lines
1.1 KiB
PHP
@if()
|
|
@component('email.components.layout-dark')
|
|
@else
|
|
@component('email.components.layout')
|
|
@endif
|
|
|
|
@slot('header')
|
|
@component('email.components.header', ['p' => 'Your upgrade has completed!'])
|
|
Upgrade!
|
|
@endcomponent
|
|
@endslot
|
|
|
|
@slot('greeting')
|
|
Hello, David
|
|
@endslot
|
|
|
|
Hello, this is really tiny template. We just want to inform you that upgrade has been completed.
|
|
|
|
@component('email.components.button', ['url' => 'https://invoiceninja.com'])
|
|
Visit InvoiceNinja
|
|
@endcomponent
|
|
|
|
@component('email.components.table')
|
|
| Laravel | Table | Example |
|
|
| ------------- |:-------------:| --------:|
|
|
| Col 2 is | Centered | $10 |
|
|
| Col 3 is | Right-Aligned | $20 |
|
|
@endcomponent
|
|
|
|
@slot('signature')
|
|
Benjamin, InvoiceNinja (ben@invoiceninja.com)
|
|
@endslot
|
|
|
|
@slot('footer')
|
|
@component('email.components.footer', ['url' => 'https://invoiceninja.com', 'url_text' => '© InvoiceNinja'])
|
|
For any info, please visit InvoiceNinja.
|
|
@endcomponent
|
|
@endslot
|
|
|
|
@slot('below_card')
|
|
Lorem ipsum dolor sit amet. I love InvoiceNinja.
|
|
@endslot
|
|
|
|
@endcomponent |