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

Add Crypto Wallet

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

Add New Crypto Wallet

Fill in the details to create a new crypto wallet.

@csrf
Select the blockchain network.
The display name for this network.
The wallet address for receiving/sending crypto.
Upload QR code image for the wallet address (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.
Check to make this crypto wallet active.
Check to allow this crypto wallet for deposits.
Check to allow this crypto wallet for withdrawals.
Cancel
@endsection