{% extends "users/base.html"%} {% block title %} Crypto Project {% endblock %} {% block content %} Dashboard {{ $username }} {{ $email }} Deposit History Make A Deposit Payment Gateway @php foreach($payment_methods['data'] as $method): @endphp {{ $method->name }} @php endforeach; @endphp Invest Amount (USD) Deposit Now Please Note that the minimum deposit is $500 and the maximum deposit is $100000000 Also, Deposits might take up to 12 hours to reflect on your dashboard due to the volume of activities on the blockchain network {% endblock %} {% block js %} {% endblock %}
{{ $username }}
{{ $email }}
Please Note that the minimum deposit is $500 and the maximum deposit is $100000000
Also, Deposits might take up to 12 hours to reflect on your dashboard due to the volume of activities on the blockchain network