htmlAttributes() !!} class="shortcode-site-statistics shortcode-site-statistics-style-2 section-static-1 position-relative bg-primary fix z-0 section-padding" @style($variablesStyle) >
@if ($title = $shortcode->title)
{!! BaseHelper::clean($title) !!}
@endif @php $primaryButtonLabel = $shortcode->primary_action_label; $primaryButtonUrl = $shortcode->primary_action_url; @endphp @if ($primaryButtonLabel && $primaryButtonUrl) @endif
@foreach($tabs as $item) @php $itemTitle = Arr::get($item, 'title'); $itemData = Arr::get($item, 'data'); @endphp @continue(! $itemTitle || ! $itemData)
@if($itemUnit = Arr::get($item, 'unit')) {!! BaseHelper::clean($itemUnit) !!} @endif

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

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