{{__('Wallet Address Delete')}}
@csrf
{{__('Coins')}}
{{ __("Select a coin") }}
@if (isset($coins[0])) @foreach ($coins as $coin)
{{ $coin->coin_type }}
@endforeach @endif
{{ __("Note :") }} {{ __("If you Delete all addresses, deposits and withdrawals associated to a Coin, none of your users will be able to see the existing Deposit address for this Coin.") }}
{{ __("All the deposit and withdrawal histories for this Coin will also be gone.") }}
{{ __("But Deleting all these will allow you to change the Coin API for this Coin.") }}
{{__('Admin Password')}}
{{__('Delete Address')}}