mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-08-07 10:01:47 -04:00
Admin: notification.blade.php
This commit is contained in:
parent
8b568d6147
commit
22f2b2c095
@ -1,18 +1,6 @@
|
|||||||
@component('email.template.master', ['design' => 'light', 'settings' => $settings])
|
@component('email.template.admin-light', ['logo' => $logo, 'settings' => $settings])
|
||||||
|
<div class="center">
|
||||||
@slot('header')
|
<h2>{!! $title !!}</h2>
|
||||||
@include('email.components.header', ['logo' => $logo])
|
<p>{!! $body !!}</p>
|
||||||
@endslot
|
</div>
|
||||||
|
|
||||||
<h2>{!! $title !!}</h2>
|
|
||||||
|
|
||||||
<p>{!! $body !!}</p>
|
|
||||||
|
|
||||||
@if(isset($whitelabel) && !$whitelabel)
|
|
||||||
@slot('footer')
|
|
||||||
@component('email.components.footer', ['url' => 'https://invoiceninja.com', 'url_text' => '© InvoiceNinja'])
|
|
||||||
For any info, please visit InvoiceNinja.
|
|
||||||
@endcomponent
|
|
||||||
@endslot
|
|
||||||
@endif
|
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
Loading…
x
Reference in New Issue
Block a user