* Remove branding in notifications emails * Inlcude files vendor email * noBranding on email notify Co-authored-by: Julien Nahum <jhumanj@MacBook-Pro-de-Julien.local>
10 lines
141 B
PHP
10 lines
141 B
PHP
{!! strip_tags($header) !!}
|
|
|
|
{!! strip_tags($slot) !!}
|
|
@isset($subcopy)
|
|
|
|
{!! strip_tags($subcopy) !!}
|
|
@endisset
|
|
|
|
{!! strip_tags($footer) !!}
|