@if($image = $shortcode->image)
image
@endif @if($iconImage = $shortcode->icon_image)
image
@endif
@if($subtitle = $shortcode->subtitle) {!! BaseHelper::clean($subtitle) !!} @endif @if ($title = $shortcode->title)

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

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

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

@endif
    @foreach($tabs as $tab)
  • {{ $tab['title'] }}
  • @endforeach
@foreach(range(1, 3) as $i)

{{ $shortcode->{'counter_number_' . $i} }}k+

{{ $shortcode->{'counter_label_' . $i} }}

@endforeach