| {{ __('Name') }} | {{ __('Price') }} | {{ __('Billing') }} | {{ __('Subscribers') }} | {{ __('Status') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|
| {{ $plan->name }} | {{ number_format($plan->price, 2) }} | {{ $plan->billing_period->label() }} | {{ $plan->subscriptions_count }} | @if ($plan->is_active) {{ __('Active') }} @else {{ __('Inactive') }} @endif | {{ __('Edit') }} |
| {{ __('No plans found.') }} | |||||