{{ __('Edit Plan') }}

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

{{ $plan->display_name }}

Update plan details and pricing

@csrf @method('PUT')

Shown to users on the subscription page

@if($plan->subscriptions()->exists())

Existing Subscriptions

This plan has {{ $plan->subscriptions()->count() }} subscription(s). Changes will only affect new subscriptions.

@endif
{{ __('Update Plan') }} Cancel