{!! adsense_pricing_728x90() !!}
@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), 'currency' => $currency ]) @endif @if ($plansSubscriptionLifetime->count() > 0) @include('landing-page.pricing.item-trigger', [ 'target' => '#pricing-lifetime', 'label' => __('Lifetime'), 'currency' => $currency ]) @endif @if ($plansPrepaid->count() > 0) @include('landing-page.pricing.item-trigger', [ 'target' => '#pricing-prepaid', 'label' => __('Pre-Paid'), 'currency' => $currency ]) @endif
@foreach ($plansSubscriptionMonthly as $plan) @include('landing-page.pricing.item-content', ['period' => $plan->frequency == 'monthly' ? 'month' : 'year', ]) @endforeach

{!! __('Safe Payment: Use Stripe or Credit Card.') !!}