htmlAttributes() !!} class="shortcode-site-statistics shortcode-site-statistics-style-3 section-static-1 position-relative fix z-0 section-padding" @style($variablesStyle) >
@foreach($tabs as $item) @php $title = Arr::get($item, 'second_tab_title'); $data = Arr::get($item, 'second_tab_data'); @endphp @continue(! $title || ! $data)
{!! BaseHelper::clean($title) !!} @if ($unit = Arr::get($item, 'second_tab_unit')) {!! BaseHelper::clean($unit) !!} @endif @if ($description = Arr::get($item, 'second_tab_description'))

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

@endif
@endforeach