{% extends "users/base.html"%} {% block title %} Crypto Project {% endblock %} {% block content %}

Investment Packages

Confirm to Invest on {{ $investment->name }}

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 }}

{% endblock %} {% block js %} {% endblock %}