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

{{ $title }}

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

{{ $subtitle }}

@endif
@foreach($tabs as $tab)
@if ($tab['active']) @endif
@if ($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['year_price']) @endif @if ($tab['payment_cycle']) {!! BaseHelper::clean($tab['payment_cycle']) !!} @endif
@if ($tab['button_label'] && $tab['button_url']) @endif
    @foreach($tab['checked'] as $item)
  • {{ $item }}
  • @endforeach @foreach($tab['uncheck'] as $item)
  • {{ $item }}
  • @endforeach
@if ($tab['button_label'] && $tab['button_url']) @endif
@endforeach
@if ($shortcode->button_primary_url && $shortcode->button_primary_label) {{ $shortcode->button_primary_label }} @endif @if ($shortcode->button_secondary_url && $shortcode->button_secondary_label) {{ $shortcode->button_secondary_label }} @endif