@extends('layouts.muladash') @section('title', $title) @section('content') @if ( $currency_symbol == 'USD')

Topup {{ $currency_name }} Wallet

1 {{ $currency_symbol }} = {{ $crypto_price ? number_format($crypto_price, 2) : 'N/A' }}

Waiting to Receive

@else

Topup {{ $currency_name }} Wallet

1 {{ $currency_symbol }} = {{ $crypto_price ? number_format($crypto_price, 2) : 'N/A' }}

Waiting to Receive

{!! QrCode::size(330)->generate($wallet_address); !!}

{{ $wallet_address }}

Amount

{{ $settings->currency }}{{ $amount }}

Wallet Network

{{ $currency_symbol }}

Estimated Confirmations

3 Blockchain

Estimated Confirmation time

Less than 15 Minutes

@csrf
@endif @endsection @section('scripts') @endsection