@php $networksData = array_map(function ($n) { return [ 'src' => $n['name'], 'network' => $n['network'], 'is_disabled' => $n['allow_deposit'] ]; }, $coin->networks?->toArray() ?? []); @endphp @push('javascript') @endpush @extends('template.basic.layouts.wallet_base') @section('content_detail')

Deposit {{ $coin->name }} ({{ $coin->symbol }})

Network
Deposit address *
{{-- QR placeholder (you can paste generated QR as an here) --}}
QR code
Minimum deposit
{{ $coin->min_deposit }} {{ $coin->symbol }}
Note
  • • You must deposit at least {{ $coin->min_deposit }} {{ $coin->symbol }}.
  • • This deposit address only accepts {{ $coin->name }} ().
  • • Deposits below the minimum will not be credited or refunded.

Select Network

Choose the correct network. Mismatching networks may result in loss of funds.
z @endsection @push('javascript') @endpush