getCustomPaddingStyle()) style="{{ $this->getCustomPaddingStyle() }}" @endif>
{{ $section['badge'] }}

{{ $section['title'] }}

{{ $section['subtitle'] }}

@foreach ($items as $index => $plan)
@if ($plan['popular']) @endif

{{ $plan['name'] }}

{{ $plan['description'] }}

{{ $section['currency_symbol'] }} {{ $plan['price'] }}
{{ $plan['period'] }}
    @foreach ($plan['features'] as $feature)
  • {{ $feature['text'] }}
  • @endforeach
{{ $section['cta_button'] }}
@endforeach