{{ __('Admin') }} {{ __('Billing settings') }}
{{ __('Admin · Billing & plans · Settings') }}

{{ __('Billing') }} {{ __('settings') }}

{{ __('Everything the pricing & checkout pages read — tax, refund window, yearly discount, auto-renew, your invoice identity, and the country list. Changes take effect on the next page render; no cache clear needed.') }}

{{ __('Preview plans page') }}
@csrf {{-- Tax --}}

{{ __('Tax') }}

{{ __('Applied to every checkout subtotal. Turn off if your displayed prices are tax-inclusive.') }}

{{-- Company / billing identity --}}

{{ __('Company & billing identity') }}

{{ __('Your legal entity details. These print on every invoice — the "bill from" block, the tax number, and the footer.') }}

{{-- Refund guarantee --}}

{{ __('Money-back guarantee') }}

{{ __('When enabled, the green ribbon on the right of /checkout shows the guarantee window. Turn off to hide it everywhere.') }}

{{-- Yearly toggle --}}

{{ __('Yearly billing toggle') }}

{{ __('Shows the Monthly / Yearly switcher on /pricing. Hide it entirely if every plan is monthly-only.') }}

{{-- Auto-renewing subscriptions --}}

{{ __('Auto-renewing subscriptions') }}

{{ __('When on, timed paid plans (monthly / yearly) renew automatically — the gateway charges the card each cycle and the plan validity extends on its own. Free, lifetime, and custom-quote plans never recur, and any gateway without recurring support stays a one-time charge. Turn this off to bill every purchase once.') }}

@foreach (['Stripe', 'PayPal', 'Razorpay', 'Paddle', 'Mollie', 'Paystack', 'Flutterwave', 'Authorize.Net', 'Braintree', 'Square'] as $g) {{ $g }} @endforeach

{{ __('Note: Braintree only auto-renews once you set a Plan ID in its gateway credentials. Square bills each cycle by emailing the customer an invoice (no silent card charge). All renewals require the gateway webhook URL to be set to /payment/webhook/{slug}.') }}

{{-- Countries --}}

{{ __('Checkout country list') }}

{{ __('The options shown in the "Country" selector on the checkout billing form (/checkout) — used for the invoice address. One country per line; order is preserved.') }}