htmlAttributes() !!} class="shortcode-pricing-plans shortcode-pricing-plans-style-2 section-pricing-2 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 ($features)
@php $chunkFeatures = array_chunk($features, ceil(count($features) / 2)); @endphp @foreach($chunkFeatures as $features)
    $loop->last])> @foreach($features as $feature) @continue(! $feature)
  • check {!! BaseHelper::clean($feature) !!}
  • @endforeach
@endforeach
@endif
@if ($bottomTitle = $shortcode->bottom_title)

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

@endif @if ($paymentGateways)
@foreach($paymentGateways as $paymentGateway) @continue(! $paymentGatewayLogo = Arr::get($paymentGateway, 'image')) @endforeach
@endif
star
@php $packagesChunk = $packages->chunk(2); @endphp @foreach($packagesChunk as $packages)
@foreach($packages as $package)
$package->is_popular])> {{ $package->name }} @if($packageDescription = $package->description)

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

@endif

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

@if($package->price != 0) /{{ $package->duration->label() }} @endif
@if (($actionLabel = $package->action_label) && ($actionUrl = $package->action_url)) $package->is_popular, 'btn-outline-secondary' => ! $package->is_popular])> {!! BaseHelper::clean($actionLabel) !!} @if ($package->is_popular) @else @endif @endif
    @foreach($package->feature_list as $feature)
  • check {{ $feature['value'] }}
  • @endforeach
@endforeach
@endforeach