htmlAttributes() !!} class="section-privacy-policy">
@if ($subtitle = $shortcode->subtitle)
dots {!! BaseHelper::clean($subtitle) !!}
@endif @if ($title = $shortcode->title)

{!! BaseHelper::clean($title) !!}

@endif @if ($description = $shortcode->description)

{!! BaseHelper::clean($description) !!}

@endif
{!! BaseHelper::clean($shortcode->main_content) !!} @if ($contactTitle = $shortcode->contact_section_title)

{!! BaseHelper::clean($contactTitle) !!}

@endif @if ($contactDescription = $shortcode->contact_section_description)

{!! BaseHelper::clean($contactDescription) !!}

@endif
@if ($contactSubtitle = $shortcode->contact_section_subtitle) {!! BaseHelper::clean($contactSubtitle) !!} @endif @if ($contactSubDescription = $shortcode->contact_section_sub_description)

{!! BaseHelper::clean($contactSubDescription) !!}

@endif @if ($tabs)
@foreach($tabs as $tab) @php $actionLabel = Arr::get($tab, 'action_label'); $actionLink = Arr::get($tab, 'action_url'); @endphp
@if ($icon = Arr::get($tab, 'action_icon')) @endif {!! BaseHelper::clean($actionLabel) !!}
@endforeach
@endif