{{ __('Plans') }}
{{ __('Manage subscription plans, pricing, and feature access.') }}
{{ __('Plan Directory') }}
{{ __('Showing') }} {{ $plans->count() }} {{ __('plans.') }}
| {{ __('Plan') }} | {{ __('Price') }} | {{ __('Subscribers') }} | {{ __('Status') }} | {{ __('Actions') }} | |
|---|---|---|---|---|---|
|
{{ strtoupper(substr($plan->name, 0, 2)) }}
{{ $plan->name }}
{{ $plan->slug }} |
@if($plan->isFree())
{{ __('Free') }}
@else
@currency($plan->monthly_price){{ __('/mo') }}
@currency($plan->yearly_price){{ __('/yr') }} @endif |
{{ number_format($plan->active_subscriptions_count) }} | {{ $plan->is_active ? __('Active') : __('Inactive') }} | ||
| {{ __('No plans found.') }} | |||||
{{ $plan->slug }}