Selected Package

Package Name: {{ $plan->name }}

Investment Amount: ${{ number_format($plan->price, 2) }}

Duration: One-time Purchase

Minimum Withdrawal: $5

Payment Instructions

  1. Select your preferred payment method (Crypto or PayPal).
  2. Choose the specific account (Network for Crypto, Account Holder Name for PayPal).
  3. Enter the exact amount you are sending.
  4. Upload a clear screenshot of your payment transaction.
  5. Add any additional notes or instructions if needed.
  6. Agree to the Terms and Conditions.
  7. Click the "Submit Payment" button to complete your investment.
  8. Wait for admin approval (usually within 24 hours).
  9. You will receive an email notification once your payment is approved.

Complete Your Payment

@csrf
@error('amount')
{{ $message }}
@enderror
@error('account_type')
{{ $message }}
@enderror
Upload a clear screenshot of your payment (Max: 2MB) @error('transaction_proof')
{{ $message }}
@enderror
@error('notes')
{{ $message }}
@enderror
@error('terms')
{{ $message }}
@enderror