{!! adsense_pricing_728x90() !!}

{!! __($fSectSettings->pricing_title) !!}

{!! __($fSectSettings->pricing_description) ?? __('Flexible pricing options that allow you to choose the best fit for your requirements') !!}

@if ($plansSubscriptionMonthly->count() > 0) @include('landing-page.pricing.item-trigger', [ 'target' => '#pricing-monthly', 'label' => __('Monthly'), 'active' => true, ]) @endif @if ($plansSubscriptionAnnual->count() > 0) @include('landing-page.pricing.item-trigger', [ 'target' => '#pricing-annual', 'label' => __('Annual'), 'badge' => __($fSectSettings->pricing_save_percent), ]) @endif @if ($plansSubscriptionLifetime->count() > 0) @include('landing-page.pricing.item-trigger', [ 'target' => '#pricing-lifetime', 'label' => __('Lifetime'), ]) @endif @if ($plansPrepaid->count() > 0) @include('landing-page.pricing.item-trigger', [ 'target' => '#pricing-prepaid', 'label' => __('Pre-Paid'), ]) @endif
@foreach ($plansSubscriptionMonthly as $plan) @include('landing-page.pricing.item-content', ['period' => $plan->frequency == 'monthly' ? 'month' : 'year']) @endforeach

{{ __('All payments undergo processing through the associated payment gateway, ensuring complete security with 256-bit SSL encryption.') }}