mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-06 11:12:43 +01:00
8 lines
269 B
PHP
8 lines
269 B
PHP
@component('email.template.master', ['design' => 'light'])
|
|
@slot('header')
|
|
@include('email.components.header', ['logo' => 'https://www.invoiceninja.com/wp-content/uploads/2015/10/logo-white-horizontal-1.png'])
|
|
@endslot
|
|
|
|
{{ $message }}
|
|
@endcomponent
|