@extends('layouts.app') @section('title', 'Payment Gateway Settings') @section('content')
← Back to Registration Settings

Payment Gateway Settings

Configure BayarCash payment gateway for agent registration

@if(session('success'))

{{ session('success') }}

@endif @if($errors->any())

Please fix the following errors:

@endif
@csrf @method('PUT')

BayarCash Credentials

Get this from your BayarCash dashboard

Used for webhook verification

FPX Fee Settings

DuitNow QR Fee Settings

@endsection