{{ __('Create New Plan') }}

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Plan Details

Create a new subscription plan for your students

@csrf

Used internally, e.g., 'monthly', 'yearly', 'premium'

Shown to users, e.g., 'Premium Plan', 'Monthly Subscription'

How Credits Work

1 credit = 1 test session. When a user subscribes, they receive the credits specified here. Each test they take deducts 1 credit from their balance.

{{ __('Create Plan') }} Cancel