{{ __('Cancel') }}
{{ __('Admin · Billing & plans · Coupons · New') }}

{{ __('New') }} {{ __('coupon') }}

{{ __("Discount codes applied at /checkout. Percent or fixed amount, single-plan or any, time-bounded if you want — admin's choice.") }}

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
{{ __('Please fix the following:') }}
    @foreach ($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif @include('admin.coupons._form')