@php $backgroundColor = $shortcode->background_color; $backgroundColor = $backgroundColor == 'transparent' ? null : $backgroundColor; @endphp
htmlAttributes() !!} class="position-relative d-none d-md-flex shortcode-site-contact">
! $backgroundColor]) @style(["background-color: $backgroundColor !important;" => $backgroundColor])>
! $backgroundColor]) @style(["background-color: $backgroundColor !important;" => $backgroundColor])>
@foreach($tabs as $tab) @php $icon = Arr::get($tab, 'action_icon'); $actionLabel = Arr::get($tab, 'action_label'); $actionUrl = Arr::get($tab, 'action_url'); @endphp @continue(!$actionLabel || !$actionUrl) $loop->first])> @if ($icon) @endif

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

@endforeach
@php $description = $shortcode->description; $actionLabel = $shortcode->action_label; $actionUrl = $shortcode->action_url; @endphp @if ($description || ($actionLabel && $actionUrl))
@if ($description)

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

@endif @if ($actionLabel && $actionUrl) {!! BaseHelper::clean($actionLabel) !!} @endif
@endif