@extends('backend.template.layouts.template-base') @section('title', 'Settings - Payment Settings') @section('content') @csrf Payment Settings Update Changes {{-- COD --}} COD? By Turn On the toggle, you're giving "Cash On Delivery" provision to place order by the Customers. You can Turn Off as per your convenience. {{-- Razorpay --}} @php $rpStatus = ($settings['razorpay_status'] ?? '0') == '1'; $rpMode = $settings['razorpay_mode'] ?? 'test'; @endphp Razor Pay {{ $rpStatus ? 'Enabled' : 'Disabled' }} {{-- Status --}} Payment Status * Enable Disable {{-- Mode --}} Mode * Test Mode Live Mode {{-- row break --}} {{-- Test Keys --}} ● Test Mode Keys Test Key ID Test Key Secret {{-- Live Keys --}} ● Live Mode Keys Live Key ID Live Key Secret {{-- Cash Free --}} Cash Free Disabled Cash Free integration coming soon. @endsection @section('scripts') @endsection
By Turn On the toggle, you're giving "Cash On Delivery" provision to place order by the Customers. You can Turn Off as per your convenience.
● Test Mode Keys
● Live Mode Keys
Cash Free integration coming soon.