htmlAttributes() !!} class="shortcode-feature-tabs section-services-4 position-relative fix section-padding">
@if ($subtitle = $shortcode->subtitle)
infinia {!! BaseHelper::clean($subtitle) !!}
@endif @if ($title = $shortcode->title)

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

@endif
@if(count($tabs))
@foreach($tabs as $tab) @php $tabTitle = Arr::get($tab, 'tab_name'); @endphp @continue(! $tabTitle)
$loop->first]) id="{{ Str::slug($tabTitle) }}" role="tabpanel" aria-labelledby="{{ Str::slug($tabTitle) }}-tab" tabindex="0">
@if ($tabImage = Arr::get($tab, 'image'))
{{ RvMedia::image($tabImage, __('Image'), attributes: ['class' => 'rounded-3']) }}
@endif
@if ($tabContentTitle = Arr::get($tab, 'title'))

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

@endif @if ($tabDescription = Arr::get($tab, 'description'))

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

@endif @foreach(range(1, 5) as $index) @php $featureTitle = Arr::get($tab, "feature_item_title_{$index}"); $featureDescription = Arr::get($tab, "feature_item_description_{$index}"); $featureIcon = Arr::get($tab, "feature_item_icon_{$index}"); $featureIconImage = Arr::get($tab, "feature_item_icon_image_{$index}"); @endphp @continue(! $featureTitle)
$loop->first])>
@if(! empty($featureIconImage))
icon
@elseif($featureIcon) @endif
{!! BaseHelper::clean($featureTitle) !!} @if ($featureDescription)

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

@endif
@endforeach
@endforeach
@endif @php $primaryButtonLabel = $shortcode->primary_action_label; $primaryButtonUrl = $shortcode->primary_action_url; $secondaryButtonLabel = $shortcode->secondary_action_label; $secondaryButtonUrl = $shortcode->secondary_action_url; @endphp @if(($secondaryButtonUrl && $secondaryButtonLabel) || ($primaryButtonLabel && $primaryButtonUrl)) @endif
@if ($backgroundImage = $shortcode->background_image)
{{ RvMedia::image($backgroundImage, __('Background image')) }}
@endif