@php
$activeSubscription = getCurrentActiveSubscriptionPlan();
$currentActiveSubscription = currentActiveSubscription();
@endphp
@forelse($subscriptionPricingMonthPlans as $subscriptionsPricingPlan)
@include('subscription_pricing_plans.pricing_plan_section')
@empty
{{ __('messages.subscription_month_plan_not_found') }}
@endforelse