@extends('layouts.app') @section('title') {{__('messages.subscription_plans.subscription_plans')}} @endsection @section('content')
@include('flash::message')
@include('subscription_pricing_plans.pricing_plan_button')
@forelse($subscriptionPricingMonthPlans as $subscriptionsPricingPlan) @include('subscription_pricing_plans.pricing_plan_section') @empty
@endforelse
@forelse($subscriptionPricingYearPlans as $subscriptionsPricingPlan) @include('subscription_pricing_plans.pricing_plan_section') @empty
@endforelse
@endsection