@if ($monthly_plans->count() > 0 || $yearly_plans->count() > 0 || $lifetime_plans->count() > 0)
{{ translate('Plans') }}

{{ translate('Plans Title') }}

{{ translate('Plans Description') }}

@include('frontend.themes.basic.sections.plans.all_plans')
@endif