mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-03 21:44:34 -04:00
Fixes for generic blade
This commit is contained in:
parent
a20fcaf299
commit
545ebd40dd
@ -4,7 +4,7 @@
|
||||
@include('email.components.header', ['logo' => $logo])
|
||||
@endslot
|
||||
|
||||
@if($greeting)
|
||||
@if(isset($greeting))
|
||||
<p>{{ $greeting }}</p>
|
||||
@endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user