htmlAttributes() !!} class="shortcode-projects shortcode-projects-style-3 section-team-1 position-relative fix section-padding">
@if ($subtitle = $shortcode->subtitle)
dots {!! BaseHelper::clean($subtitle) !!}
@endif @if ($title = $shortcode->title)

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

@endif
@php $dataCount = $shortcode->data_count; @endphp @if($dataCount)

@if($dataCountUnit = $shortcode->data_count_unit) {!! BaseHelper::clean($dataCountUnit) !!} @endif

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

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

@endif
@foreach($tabs as $tab) @php $tabTitle = Arr::get($tab, 'title'); $tabDescription = Arr::get($tab, 'description'); @endphp @continue(!$tabTitle || !$tabDescription)
$loop->first]) data-bs-parent=".accordion">

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

@endforeach
@if($projects->isNotEmpty()) @endif
@if ($backgroundImage = $shortcode->background_image)
{{ RvMedia::image($backgroundImage, __('Background image')) }}
@endif