htmlAttributes() !!} class="shortcode-pricing-plans shortcode-pricing-plans-style-1 section-pricing-1 position-relative pb-120 @@classList overflow-hidden">
@if($shortcode->subtitle)
dots {!! BaseHelper::clean($shortcode->subtitle) !!}
@endif @if($shortcode->title)

{!! BaseHelper::clean($shortcode->title) !!}

@endif @if($shortcode->description)

{!! BaseHelper::clean(nl2br($shortcode->description)) !!}

@endif
@foreach($packages as $package)
! $loop->last, 'border-start-lg-0' => ! $loop->first, 'rounded-start-lg-0' => ! $loop->first || $loop->last, ])> {{ $package->name }}

{{ $package->description }}

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

@if ($package->price != 0) /{{ $package->duration->label() }} @endif
@if($package->action_label) ! $package->is_popular, 'btn-gradient' => $package->is_popular])> {{ $package->action_label }} ! $package->is_popular, 'fill-white' => $package->is_popular]) d="M17.4177 5.41797L16.3487 6.48705L21.1059 11.2443H0V12.7562H21.1059L16.3487 17.5134L17.4177 18.5825L24 12.0002L17.4177 5.41797Z" fill="#111827" /> @endif
    @foreach($package->feature_list as $feature)
  • check {{ $feature['value'] }}
  • @endforeach
@endforeach