@extends('layouts.app') @section('content')
{{ session('success') }}
{{ session('error') }}
{{ __('store.no_active_subscription_desc') }}
{{ __('store.plans_subtitle') }}
{{ app()->getLocale() === 'fa' ? $plan->description_fa : ($plan->description_en ?? $plan->description_fa) }}