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

Edit Crypto Wallet

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

Edit Crypto Wallet

Update the details of the crypto wallet.

@csrf @method('PUT')
Select the blockchain network.
The display name for this network.
The wallet address for receiving/sending crypto.
@if($cryptoWallet->qr_code_image)
QR Code

Current QR Code

@endif Upload new QR code image to replace the existing one (Max: 2MB, Formats: jpeg, png, jpg, gif).
The token type (e.g., USDT).
The minimum deposit amount allowed.
The maximum deposit amount allowed.
The minimum withdrawal amount allowed.
The maximum withdrawal amount allowed.
is_active) ? 'checked' : '' }}>
Check to make this crypto wallet active.
allowed_for_deposit) ? 'checked' : '' }}>
Check to allow this crypto wallet for deposits.
allowed_for_withdrawal) ? 'checked' : '' }}>
Check to allow this crypto wallet for withdrawals.
Cancel
@endsection