@extends('layouts.admin') @section('title','Settings') @section('page-title','⚙️ Settings') @section('styles') @endsection @section('content')
🏢 Site Settings
@csrf

💰 Payment Settings

🔑 Stripe Keys

Stripe keys are managed in the .env file for security. Edit STRIPE_KEY and STRIPE_SECRET there.

Current Publishable Key: {{ substr(config('services.stripe.key'), 0, 12) }}…
@endsection