mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-06 11:12:43 +01:00
12 lines
175 B
PHP
12 lines
175 B
PHP
@if(!is_array($header))
|
|
{!! strip_tags($header) !!}
|
|
@endisset
|
|
|
|
{!! strip_tags($slot) !!}
|
|
@isset($subcopy)
|
|
|
|
{!! strip_tags($subcopy) !!}
|
|
@endisset
|
|
|
|
{!! strip_tags($footer) !!}
|