2020-02-27 07:29:40 +01:00
|
|
|
@component('email.template.master', ['design' => 'light'])
|
2020-02-24 11:15:30 +01:00
|
|
|
|
|
|
|
@slot('header')
|
2020-02-27 07:29:40 +01:00
|
|
|
@component('email.components.header', ['p' => $title, 'logo' => $logo])
|
2020-02-24 11:15:30 +01:00
|
|
|
@endcomponent
|
|
|
|
@endslot
|
|
|
|
|
2020-02-27 07:29:40 +01:00
|
|
|
@slot('greeting')
|
|
|
|
@lang($message)
|
|
|
|
@endslot
|
2020-02-24 11:15:30 +01:00
|
|
|
|
|
|
|
@component('email.components.button', ['url' => $url])
|
|
|
|
@lang($button)
|
|
|
|
@endcomponent
|
|
|
|
|
|
|
|
@slot('signature')
|
2020-02-27 07:29:40 +01:00
|
|
|
{{ $signature }}
|
2020-02-24 11:15:30 +01:00
|
|
|
@endslot
|
|
|
|
|
|
|
|
@slot('footer')
|
|
|
|
@component('email.components.footer', ['url' => 'https://invoiceninja.com', 'url_text' => '© InvoiceNinja'])
|
|
|
|
For any info, please visit InvoiceNinja.
|
|
|
|
@endcomponent
|
|
|
|
@endslot
|
|
|
|
|
|
|
|
@endcomponent
|