@extends('layouts.app') @section('content')

Settings

Admin-only. Leave secret fields blank to keep current values.

@if (session('status'))
{{ session('status') }}
@endif @if (session('error'))
{{ session('error') }}
@endif
@csrf

Application

Mail

Stripe

After saving, use the test buttons below to check Stripe keys and verify webhook signatures.

Test Email

@csrf

Test Stripe

@csrf

Verify Webhook Signature

Paste the raw webhook payload and the exact Stripe-Signature header value from Stripe.

@csrf
If verification fails, payload formatting probably differs from Stripe’s original request body.
@endsection