@if ($monthly_plans->count() > 0) {{ translate('Monthly') }} @endif @if ($yearly_plans->count() > 0) {{ translate('Yearly') }} @endif @if ($lifetime_plans->count() > 0) {{ translate('Lifetime') }} @endif
@if ($free_plan) @include('frontend.themes.basic.sections.plans.free') @endif @foreach ($monthly_plans as $plan) @include('frontend.themes.basic.sections.plans.paid') @endforeach
@if ($free_plan) @include('frontend.themes.basic.sections.plans.free') @endif @foreach ($yearly_plans as $plan) @include('frontend.themes.basic.sections.plans.paid') @endforeach
@if ($free_plan) @include('frontend.themes.basic.sections.plans.free') @endif @foreach ($lifetime_plans as $plan) @include('frontend.themes.basic.sections.plans.paid') @endforeach