@extends('layouts.admin') @section('title', 'Platform Settings') @section('role-label', 'Super Admin') @section('page-title', 'Platform Settings') @section('page-subtitle', 'Configure global platform settings') @section('sidebar-nav')@include('super-admin.partials.sidebar')@endsection @section('content')
To update Razorpay credentials, edit .env — set RAZORPAY_KEY and RAZORPAY_SECRET, then run php artisan config:cache.