@component('mail::message') # Payment Confirmed! 🎉 Dear {{ $investorName }}, We are delighted to confirm that your investment payment has been successfully processed. ## Investment Details | | | |---|---| | **Reference** | {{ $reference }} | | **Amount** | {{ $currency }} {{ $investmentAmount }} | | **Tier** | {{ $investmentTier }} | | **Term** | {{ $investmentTerm }} year(s) | | **Payment Date** | {{ $paymentDate }} | ## Expected Returns Based on your selected tier, your expected annual return rate is **{{ $expectedRoi }}%**. Over the investment term, your projected returns are approximately **{{ $currency }} {{ $expectedReturns }}**. ## What's Next? 1. **Investment Agreement**: You will receive your investment agreement shortly for your review and digital signature. 2. **KYC Verification**: If your investment is above $10,000, you may be required to complete KYC verification. 3. **Quarterly Reports**: You will receive quarterly performance reports via email. 4. **Dividend Payments**: Dividends will be distributed according to the schedule outlined in your investment agreement. ## Need Help? If you have any questions about your investment, please don't hesitate to reach out to our Investor Relations team. @component('mail::button', ['url' => config('app.frontend_url') . '/investor']) Access Your Dashboard @endcomponent Thank you for investing with us! Best regards,
The {{ config('app.name') }} Team --- *This is an automated email. Please do not reply directly to this message.* @endcomponent