{% extends "users/base.html"%} {% block title %} Crypto Project {% endblock %} {% block content %} Investment Packages {{ $username }} {{ $email }} Confirm to Invest on {{ $investment->name }} Invest: {{ $investment->minimum }} - {{ $investment->maximum }} USD Interest: {{ $investment->returns }} per 24 hours, {{ $investment->duration }} Times Pay Via @php foreach($payment_methods['data'] as $method): @endphp {{ $method->name }} @php endforeach; @endphp Invest Amount (USD) Invest Now Please Note that the Minimum Investment for this Package is ${{ $investment->minimum }} and the maximum is ${{ $investment->maximum }} {% endblock %} {% block js %} {% endblock %}
{{ $username }}
{{ $email }}
Invest: {{ $investment->minimum }} - {{ $investment->maximum }} USD
Interest: {{ $investment->returns }} per 24 hours, {{ $investment->duration }} Times
Please Note that the Minimum Investment for this Package is ${{ $investment->minimum }} and the maximum is ${{ $investment->maximum }}