mirror of
https://gitlab.linphone.org/BC/public/flexisip-account-manager.git
synced 2026-01-17 10:08:05 +00:00
9 lines
153 B
PHP
9 lines
153 B
PHP
{!! strip_tags($header ?? '') !!}
|
|
|
|
{!! strip_tags($slot) !!}
|
|
@isset($subcopy)
|
|
|
|
{!! strip_tags($subcopy) !!}
|
|
@endisset
|
|
|
|
{!! strip_tags($footer ?? '') !!}
|