@if(isset($header) && $header)

{{ $header }}

@endif @if(isset($content) && trim($content))
{!! $content !!}
@endif @if(isset($copyright_text) && $copyright_text)

{{ $copyright_text }}

@endif @if(isset($terms_url) && $terms_url)

TERMS OF USE

@endif @if(isset($privacy_policy_url) && $privacy_policy_url)

PRIVACY POLICY

@endif @if(isset($inclusion_message) && $inclusion_message)

{{ $inclusion_message }}

@endif