htmlAttributes() !!} class="shortcode-compare-features section-compare position-relative section-padding">
@if ($subtitle = $shortcode->subtitle)
dots {!! BaseHelper::clean($subtitle) !!}
@endif @if ($title = $shortcode->title)

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

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

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

@endif
@if ($packages) @foreach($packages as $package) @continue(! $packageName = Arr::get($package, 'package_name')) @endforeach @endif @if($tabs) @foreach($tabs as $tab) @php $criteria = Arr::get($tab, 'criteria'); @endphp @continue(! $criteria) @foreach(range(1, 3) as $i) @php $value = Arr::get($tab, "value_$i"); @endphp @endforeach @endforeach @endif
{!! BaseHelper::clean($packageName) !!} @if ($packageDescription = Arr::get($package, 'package_description'))

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

@endif
{!! BaseHelper::clean($criteria) !!} @if ($tabDescription = Arr::get($tab, 'description'))

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

@endif
! in_array($value, ['yes', 'no'])])> @if ($value === 'yes') @elseif ($value === 'no') @else

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

@endif
@if ($bottomDescription = $shortcode->bottom_description)

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

@endif @php $primaryButtonLabel = $shortcode->primary_action_label; $primaryButtonUrl = $shortcode->primary_action_url; $secondaryButtonLabel = $shortcode->secondary_action_label; $secondaryButtonUrl = $shortcode->secondary_action_url; @endphp @if($primaryButtonLabel && $primaryButtonUrl) {!! BaseHelper::clean($primaryButtonLabel) !!} @if($shortcode->primary_action_icon) @endif @endif @if($secondaryButtonLabel && $secondaryButtonUrl) @if($shortcode->secondary_action_icon) @endif {!! BaseHelper::clean($secondaryButtonLabel) !!} @endif