@extends('backend.template.layouts.template-base') @section('title', 'Settings - Payment Settings') @section('content')
@csrf

Payment Settings

{{-- 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 --}}
{{-- Mode --}}
{{-- row break --}} {{-- Test Keys --}}

● Test Mode Keys

{{-- Live Keys --}}

● Live Mode Keys

{{-- Cash Free --}}

Cash Free

Disabled

Cash Free integration coming soon.

@endsection @section('scripts') @endsection