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

Add Deposit Payment Method

@if($errors->any()) @endif @if(session('error')) @endif

Add New Deposit Payment Method

Fill in the details to create a new deposit payment method.

@csrf
Upload an image for the payment method (Max: 2MB, Formats: jpeg, png, jpg, gif, svg).
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.
Upload QR scanner image (optional).
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.
Check to make this payment method active.
Check to allow this payment method for deposits/recharges.
Check to allow this payment method for withdrawals.
Cancel
@endsection @push('scripts') @endpush