htmlAttributes() !!} class="section-pricing-2 position-relative fix 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
@foreach($packages as $package)
!$package->is_popular, 'col-lg-4 rounded-4' => $package->is_popular])>
! $loop->last && !$package->is_popular, 'border-start-lg-0' => ! $loop->first && !$package->is_popular, 'rounded-start-lg-0' => (! $loop->first || $loop->last) && !$package->is_popular, 'p-6 bg-white' => ! $package->is_popular, 'p-8 bg-linear-2' => $package->is_popular ])> @if($package->is_popular)
line
@endif $package->is_popular])>{{ $package->name }} @if($packageDescription = $package->description)

$package->is_popular])>{!! BaseHelper::clean($packageDescription) !!}

@endif
!$package->is_popular, 'text-white' => $package->is_popular])> @if (! $package->is_popular)

{{ $package->price == 0 ? __('Free') : $package->price }}

@else

{{ $package->price == 0 ? __('Free') : $package->price }}

@endif @if ($package->price != 0) $package->is_popular, 'text-600 fs-5' => ! $package->is_popular]) data-annual-duration="{{ __('Year') }}" data-monthly-duration="{{ $package->duration->label() }}"> /{{ $package->duration->label() }} @endif
@if (!$package->is_popular && ($actionLabel = $package->action_label) && ($actionUrl = $package->action_url)) {!! BaseHelper::clean($actionLabel) !!} @endif
    $package->is_popular])> @foreach($package->feature_list as $feature)
  • @php $checkIconImage = $package->is_popular ? 'images/icons/check-white.png' : 'images/icons/check-primary.png'; @endphp check $package->is_popular])>{{ $feature['value'] }}
  • @endforeach
@if ($package->is_popular && ($actionLabel = $package->action_label) && ($actionUrl = $package->action_url)) {!! BaseHelper::clean($actionLabel) !!} @endif @if($package->is_popular)
@endif
@endforeach
@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) || ($secondaryButtonUrl && $secondaryButtonLabel)) @endif
@if ($backgroundImage = $shortcode->background_image)
{{ RvMedia::image($backgroundImage, __('Background image')) }}
@endif