mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-11 05:32:39 +01:00
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) !!}
|