@php $tabs = []; $quantity = min((int) $shortcode->quantity, 20); if ($quantity) { for ($i = 1; $i <= $quantity; $i++) { $tabs[] = [ 'title' => $shortcode->{'title_' . $i}, ]; } } @endphp
@if($image = $shortcode->image)
image
@endif @if($iconImage = $shortcode->icon_image)
image
@endif
@if($subtitle = $shortcode->subtitle) {{ $subtitle }} @endif @if ($title = $shortcode->title)

{{ $title }}

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

{{ $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