@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')

Platform Settings

@csrf

Razorpay Payment Gateway

@if($settings['razorpay_key']) Configured @endif

To update Razorpay credentials, edit .env — set RAZORPAY_KEY and RAZORPAY_SECRET, then run php artisan config:cache.

System Information

PHP Version {{ phpversion() }}
Laravel Version {{ app()->version() }}
App Debug {{ config('app.debug') ? 'On' : 'Off' }}
Timezone {{ config('app.timezone') }}
@endsection