@include('landing.home.pricing_plan_button')
@forelse($subscriptionPricingMonthPlans as $subscriptionsPricingPlan) @include('landing.home.pricing_plan_section', ['screenFrom' => $screenFrom]) @empty
@endforelse
@forelse($subscriptionPricingYearPlans as $subscriptionsPricingPlan) @include('landing.home.pricing_plan_section', ['screenFrom' => $screenFrom]) @empty
@endforelse