{!! adsense_pricing_728x90() !!}
{!! __($fSectSettings->pricing_subtitle) ?? __('Designed to be your co-pilot') !!}

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

{!! $fSectSettings->pricing_description ? __($fSectSettings->pricing_description) : __('We have tailored a variety of plans to fit your budget, ensuring that you can leverage the power of AI anytime, anywhere.') !!}

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

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