@extends('layouts.admin') @section('title','Settings') @section('page-title','⚙️ Settings') @section('styles') @endsection @section('content')
Stripe keys are managed in the .env file for security. Edit STRIPE_KEY and STRIPE_SECRET there.
.env
STRIPE_KEY
STRIPE_SECRET
{{ substr(config('services.stripe.key'), 0, 12) }}…