{{ __('Stripe Settings') }}

@if (session('status'))
{{ session('status') }}
@endif
@csrf @method('PUT')

{{ __('Determines which set of keys below is used to process payments.') }}

enabled) ? 'checked' : '' }} class="rounded border-gray-300 text-gray-800 shadow-sm focus:ring-gray-800">

{{ __('Test keys') }}

{{ __('Leave blank to keep the current secret.') }}

{{ __('From the webhook endpoint in the Stripe Dashboard, pointed at :url', ['url' => route('stripe.webhook')]) }}

{{ __('Live keys') }}

{{ __('Leave blank to keep the current secret.') }}

{{ __('From the webhook endpoint in the Stripe Dashboard, pointed at :url', ['url' => route('stripe.webhook')]) }}

{{ __('Save') }}