htmlAttributes() !!} class="shortcode-teams shortcode-teams-style-3 section-team-6 section-padding position-relative">
@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
@foreach($teams as $team) @endforeach
@php $bottomDescription = $shortcode->bottom_description; $buttonLabel = $shortcode->primary_action_label; $buttonUrl = $shortcode->primary_action_url; @endphp @if (($buttonLabel && $buttonUrl) || $bottomDescription)
@if($bottomDescription)

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

@endif @if($buttonLabel && $buttonUrl) {!! BaseHelper::clean($buttonLabel) !!} @if($icon = $shortcode->primary_action_icon) @endif @endif
@endif