{!! adsense_pricing_728x90() !!}
{!! $fSectSettings->pricing_subtitle ? __($fSectSettings->pricing_subtitle) : __($fSetting->hero_subtitle) !!}

{!! $fSectSettings->pricing_title ? __($fSectSettings->pricing_title) : __('AI generator for ultimate technology.') !!}

{!! $fSectSettings->pricing_description ? __($fSectSettings->pricing_description) : __('Glide gives you the powers of a developer and a code — for designer to create remarkable tools that solve your most challenging business problems.') !!}"

@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' ? 'month' : 'year']) @endforeach