@extends('admin.layouts.main') @section('content')

Edit Deposit Payment Method

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

Edit Deposit Payment Method

Update the details of the deposit payment method.

@csrf @method('PUT')
@if($paymentMethod->image)
Current Image
@endif Upload a new image to replace the current one (Max: 2MB, Formats: jpeg, png, jpg, gif, svg). Leave empty to keep current image.
Select the category of the payment method.
The name of the payment service.
The name of the bank.
The name of the account holder.
The account number for this payment method.
The Till ID for Raast payments.
@if($paymentMethod->qr_scanner)
QR Scanner
@endif Upload a new QR scanner image to replace the current one. Leave empty to keep current image.
The minimum deposit amount allowed for this payment method.
The maximum deposit amount allowed for this payment method.
The minimum withdrawal amount allowed for this payment method.
The maximum withdrawal amount allowed for this payment method.
is_active) ? 'checked' : '' }}>
Check to make this payment method active.
allowed_for_deposit ?? true) ? 'checked' : '' }}>
Check to allow this payment method for deposits/recharges.
allowed_for_withdrawal ?? false) ? 'checked' : '' }}>
Check to allow this payment method for withdrawals.
Cancel
@endsection @push('scripts') @endpush