@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($packages as $package)
$packages->count() === 3, 'col-xl-3' => $packages->count() === 4]) data-wow-delay=".0s">
@if ($package->is_popular) @endif
@if ($icon = $package->getMetaData('icon', true))
{{ $package->name }}
@endif
@if ($package->name)

{{ $package->name }}

@endif @if ($package->description)

{{ $package->description }}

@endif
@if($package->price)
{{ $package->price }} -{{ $package->duration }}
@endif @if($package->annual_price) @endif
    @foreach($package->feature_list as $feature)
  • ! $feature['is_available']])> @if($feature['is_available']) @else @endif {{ $feature['value'] }}
  • @endforeach
@endforeach