background_color) style="background-color: {{ $bgColor }}" @endif>
@if ($shortcode->highlight_text) {{ $shortcode->highlight_text }} @endif

{!! BaseHelper::clean($shortcode->title) !!}

{!! BaseHelper::clean($shortcode->subtitle) !!}

@if ($shortcode->primary_url) {{ $shortcode->primary_title ?: __('Join Our Team') }} @endif @if ($shortcode->secondary_url) {{ $shortcode->secondary_title ?: __('Contact Us') }} @endif
@if ($shortcode->image) {{ $shortcode->title }} @endif
@foreach ($tabs as $tab)
@if (Arr::get($tab, 'image')) {!! BaseHelper::clean(Arr::get($tab, 'title')) !!} @endif

@if (!in_array(Arr::get($tab, 'extra'), ['%', '+']))+@endif{{ Arr::get($tab, 'count') }}{{ Arr::get($tab, 'extra') }}

{!! BaseHelper::clean(Arr::get($tab, 'title')) !!}

@endforeach