@if ($title = $shortcode->title)

{{ $title }}

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

{{ $subtitle }}

@endif
@if($shortcode->button_secondary_label && $shortcode->button_secondary_url) {!! BaseHelper::clean($shortcode->button_secondary_label) !!} @endif
@foreach($tabs as $tab)
@if($iconImage = $tab['icon_image'])
{{ $tab['title'] }}
@endif
@if ($tab['title'])

{{ $tab['title'] }}

@endif @if ($tab['subtitle'])

{{ $tab['subtitle'] }}

@endif
@if ($tab['month_price']) {{ $tab['month_price'] }} - {{ __('user / month') }}
@endif @if ($tab['payment_cycle']) {!! BaseHelper::clean($tab['payment_cycle']) !!} @endif
    @foreach($tab['checked'] as $item)
  • {{ $item }}
  • @endforeach @foreach($tab['uncheck'] as $item)
  • {{ $item }}
  • @endforeach
@if ($tab['button_label'] && $tab['button_url']) @endif
@endforeach