{{ $subscriptionsPricingPlan->name }}

{{ getAdminSubscriptionPlanCurrencyIcon($subscriptionsPricingPlan->currency_id) }}{{ number_format($subscriptionsPricingPlan->price) }}

{{ \App\Models\SubscriptionPlan::PLAN_TYPE[$subscriptionsPricingPlan->frequency] }}
    @php $activeSubscription = currentActiveSubscription(); @endphp @if (getLoggedInUser() != null && count($subscriptionsPricingPlan->subscription) > 0) @if($activeSubscription !== null && $activeSubscription->trial_ends_at != null && $activeSubscription->subscription_plan_id == $subscriptionsPricingPlan->id)
  • {{ __('messages.subscription_plans.valid_until') }} : {{ $subscriptionsPricingPlan->trial_days }}

  • @endif @if(Auth::user()->hasRole('admin')) @if($activeSubscription && isAuth() && $activeSubscription->subscriptionPlan->id == $subscriptionsPricingPlan->id)
  • {{ __('messages.subscription_plans.end_date') }} : {{ getParseDate($activeSubscription->end_date)->format('d-m-Y') }}

  • @endif @endif @endif
@php $currentActiveSubscription = currentActiveSubscription(); @endphp @if($currentActiveSubscription && isAuth() && $subscriptionsPricingPlan->id == $currentActiveSubscription->subscription_plan_id && !$currentActiveSubscription->isExpired()) @if($subscriptionsPricingPlan->price != 0) @else @endif @else @if($currentActiveSubscription && isAuth() && !$currentActiveSubscription->isExpired() && ($subscriptionsPricingPlan->price == 0 || $subscriptionsPricingPlan->price != 0)) @if($subscriptionsPricingPlan->hasZeroPlan->count() == 0) {{ __('switch plan') }} @else @endif @else @if($subscriptionsPricingPlan->hasZeroPlan->count() == 0) {{ __('choose plan') }} @else @endif @endif @endif