mirror of
https://github.com/twinpath/app.git
synced 2026-01-27 05:42:04 +07:00
10 lines
153 B
PHP
10 lines
153 B
PHP
{!! strip_tags($header ?? '') !!}
|
|
|
|
{!! strip_tags($slot) !!}
|
|
@isset($subcopy)
|
|
|
|
{!! strip_tags($subcopy) !!}
|
|
@endisset
|
|
|
|
{!! strip_tags($footer ?? '') !!}
|